Click or drag to resize

TypeRef Constructor (ITypeDecl, Boolean, ChildListExpression, ListInt32, Int32)

Create a TypeRef from an ITypeDecl.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRef(
	ITypeDecl iTypeDecl,
	bool isFirstOnLine = false,
	ChildList<Expression> typeArguments = null,
	List<int> arrayRanks = null,
	int pointerCount = 0
)

Parameters

iTypeDecl
Type: Nova.CodeDOMITypeDecl
isFirstOnLine (Optional)
Type: SystemBoolean
typeArguments (Optional)
Type: Nova.CodeDOMChildListExpression
arrayRanks (Optional)
Type: System.Collections.GenericListInt32
pointerCount (Optional)
Type: SystemInt32
See Also