Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.IPartition< TElement > Interface Template Reference

Public Member Functions

IPartition< TElement > Skip (int count)
 
IPartition< TElement > Take (int count)
 
TElement TryGetElementAt (int index, out bool found)
 
TElement TryGetFirst (out bool found)
 
TElement TryGetLast (out bool found)
 
TElement[] ToArray ()
 
List< TElement > ToList ()
 
int GetCount (bool onlyIfCheap)
 
new IEnumerator< TGetEnumerator ()
 
new IEnumerator< TGetEnumerator ()
 
new IEnumerator< TGetEnumerator ()
 

Detailed Description

Definition at line 6 of file IPartition.cs.


The documentation for this interface was generated from the following file: