TypeRef Constructor (ITypeDecl, ListInt32, Int32) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public TypeRef(
ITypeDecl iTypeDecl,
List<int> arrayRanks,
int pointerCount = 0
)
Parameters
- iTypeDecl
- Type: Nova.CodeDOMITypeDecl
- arrayRanks
- Type: System.Collections.GenericListInt32
- pointerCount (Optional)
- Type: SystemInt32
See Also