Click or drag to resize

TypeRefBaseMakeArrayRef Method

Make an array reference from the current type reference.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual TypeRefBase MakeArrayRef(
	List<int> ranksToBeCopied
)

Parameters

ranksToBeCopied
Type: System.Collections.GenericListInt32

Return Value

Type: TypeRefBase
See Also