Click or drag to resize

TypeRefCreate Method (GenericParameter, Boolean, ListInt32, Int32)

Construct a TypeRef from a GenericParameter (will return a derived OpenTypeParameterRef).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static TypeParameterRef Create(
	GenericParameter genericParameter,
	bool isFirstOnLine = false,
	List<int> arrayRanks = null,
	int pointerCount = 0
)

Parameters

genericParameter
Type: Mono.CecilGenericParameter
isFirstOnLine (Optional)
Type: SystemBoolean
arrayRanks (Optional)
Type: System.Collections.GenericListInt32
pointerCount (Optional)
Type: SystemInt32

Return Value

Type: TypeParameterRef
See Also