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