Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.EmptyPartition< TElement > Class Template Referencesealed

Public Member Functions

IEnumerator< TElement > GetEnumerator ()
 
bool MoveNext ()
 
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)
 

Static Public Attributes

static readonly IPartition< TElement > Instance = new EmptyPartition<TElement>()
 

Properties

TElement Current [get]
 
object IEnumerator. Current [get]
 

Private Member Functions

 EmptyPartition ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
void IEnumerator. Reset ()
 
void IDisposable. Dispose ()
 

Detailed Description

Definition at line 9 of file EmptyPartition.cs.


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