Click or drag to resize

TypeRef Constructor (TypeDefinition, Boolean, Int32)

Create a TypeRef from a TypeDefinition. To create a TypeRef from a GenericParameter, use one of the TypeRef.Create() factory methods, so it can create the appropriate OpenTypeParameterRef, or use a constructor of OpenTypeParameterRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRef(
	TypeDefinition typeDefinition,
	bool isFirstOnLine,
	params int[] arrayRanks
)

Parameters

typeDefinition
Type: Mono.CecilTypeDefinition
isFirstOnLine
Type: SystemBoolean
arrayRanks
Type: SystemInt32
See Also