Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsDefaultOrEmpty
bool
System.Collections.Immutable.ImmutableArray
<
T
>.IsDefaultOrEmpty
get
Definition at line
890
of file
ImmutableArray.cs
.
891
{
892
get
893
{
894
ImmutableArray<T>
immutableArray
=
this
;
895
if
(
immutableArray
.array !=
null
)
896
{
897
return
immutableArray.array.Length == 0;
898
}
899
return
true
;
900
}
901
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0