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

◆ TryGetLast()

TElement System.Linq.EmptyPartition< TElement >.TryGetLast ( out bool found)
inline

Implements System.Linq.IPartition< TElement >.

Definition at line 68 of file EmptyPartition.cs.

69 {
70 found = false;
71 return default(TElement);
72 }