Click or drag to resize

TypeRefHasSameArrayRanks Method

Determine if this TypeRef has the same array ranks as the specified TypeRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool HasSameArrayRanks(
	TypeRef typeRef
)

Parameters

typeRef
Type: Nova.CodeDOMTypeRef

Return Value

Type: Boolean
See Also