TypeParameterRef Constructor (TypeParameter, Int32) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public TypeParameterRef(
TypeParameter declaration,
params int[] arrayRanks
)
Parameters
- declaration
- Type: Nova.CodeDOMTypeParameter
- arrayRanks
- Type: SystemInt32
See Also