Click or drag to resize

ITypeDeclCreateRef Method (ChildListExpression, ListInt32, Int32)

Create a reference to the type.

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

Parameters

typeArguments
Type: Nova.CodeDOMChildListExpression
arrayRanks (Optional)
Type: System.Collections.GenericListInt32
pointerCount (Optional)
Type: SystemInt32

Return Value

Type: TypeRef
See Also