VarTypeRefMakeArrayRef Method |
Always returns the current
VarTypeRef object, because it doesn't make sense to add array ranks to a VarTypeRef.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override TypeRefBase MakeArrayRef(
List<int> ranksToBeCopied
)
Parameters
- ranksToBeCopied
- Type: System.Collections.GenericListInt32
Return Value
Type:
TypeRefBaseSee Also