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 {
826 immutableArray.ThrowInvalidOperationIfNotInitialized();
827 return immutableArray.Length;
828 }
829 }