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

◆ Take()

IPartition< TElement > System.Linq.EmptyPartition< TElement >.Take ( int count)
inline

Implements System.Linq.IPartition< TElement >.

Definition at line 51 of file EmptyPartition.cs.

52 {
53 return this;
54 }