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

◆ GetEnumerator() [1/2]

IEnumerator< TElement > System.Linq.EmptyPartition< TElement >.GetEnumerator ( )
inline

Implements System.Collections.Generic.IEnumerable< out T >.

Definition at line 23 of file EmptyPartition.cs.

24 {
25 return this;
26 }