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

◆ GetCount()

int System.Linq.EmptyPartition< TElement >.GetCount ( bool onlyIfCheap)
inline

Implements System.Linq.IIListProvider< TElement >.

Definition at line 84 of file EmptyPartition.cs.

85 {
86 return 0;
87 }