Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Count
[2/3]
int
IReadOnlyCollection
<
T
>.
System.Collections.Immutable.ImmutableArray
<
T
>.Count
get
Implements
System.Collections.ICollection
.
Definition at line
794
of file
ImmutableArray.cs
.
795
{
796
get
797
{
798
ImmutableArray<T>
immutableArray
=
this
;
799
immutableArray
.ThrowInvalidOperationIfNotInitialized();
800
return
immutableArray
.Length;
801
}
802
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0