Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsArray()

static bool System.RuntimeTypeHandle.IsArray ( RuntimeType type)
inlinestaticpackage

Definition at line 187 of file RuntimeTypeHandle.cs.

188 {
190 if (corElementType != CorElementType.ELEMENT_TYPE_ARRAY)
191 {
192 return corElementType == CorElementType.ELEMENT_TYPE_SZARRAY;
193 }
194 return true;
195 }
static CorElementType GetCorElementType(RuntimeType type)

References System.Runtime.Serialization.Dictionary, System.RuntimeTypeHandle.GetCorElementType(), and System.type.

Referenced by System.RuntimeType.IsArrayImpl().