TypeRefCreate Method (TypeReference, ChildListExpression, ListInt32, Int32) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static TypeRefBase Create(
TypeReference typeReference,
ChildList<Expression> typeArguments,
List<int> arrayRanks = null,
int pointerCount = 0
)
Parameters
- typeReference
- Type: Mono.CecilTypeReference
- typeArguments
- Type: Nova.CodeDOMChildListExpression
- arrayRanks (Optional)
- Type: System.Collections.GenericListInt32
- pointerCount (Optional)
- Type: SystemInt32
Return Value
Type:
TypeRefBaseSee Also