Click or drag to resize

TypeRef Constructor (ITypeDecl, 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,
	List<int> arrayRanks,
	int pointerCount = 0
)

Parameters

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