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

◆ TryGetElementAt()

TElement System.Linq.EmptyPartition< TElement >.TryGetElementAt ( int index,
out bool found )
inline

Implements System.Linq.IPartition< TElement >.

Definition at line 56 of file EmptyPartition.cs.

57 {
58 found = false;
59 return default(TElement);
60 }