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

◆ GetEnumerator() [2/2]

IEnumerator IEnumerable. System.Linq.EmptyPartition< TElement >.GetEnumerator ( )
inlineprivate

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

Definition at line 28 of file EmptyPartition.cs.

29 {
30 return this;
31 }