Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Count
[3/3]
int ICollection.
System.Collections.Immutable.ImmutableArray
<
T
>.Count
get
Implements
System.Collections.ICollection
.
Definition at line
821
of file
ImmutableArray.cs
.
822
{
823
get
824
{
825
ImmutableArray<T>
immutableArray
=
this
;
826
immutableArray
.ThrowInvalidOperationIfNotInitialized();
827
return
immutableArray
.Length;
828
}
829
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0