Click or drag to resize

OpenTypeParameterRef Constructor (Type, Int32)

Create an OpenTypeParameterRef from a Type (which must be a generic parameter).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public OpenTypeParameterRef(
	Type type,
	params int[] arrayRanks
)

Parameters

type
Type: SystemType
arrayRanks
Type: SystemInt32
See Also