Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Enumerable.ConcatNIterator< TSource > Class Template Referencesealed

Public Member Functions

override int GetCount (bool onlyIfCheap)
 
override TSource[] ToArray ()
 
override Iterator< TSource > Clone ()
 
List< TSource > ToList ()
 
override void Dispose ()
 
override bool MoveNext ()
 
IEnumerator< TSource > GetEnumerator ()
 
virtual IEnumerable< TResultSelect< TResult > (Func< TSource, TResult > selector)
 
virtual IEnumerable< TSource > Where (Func< TSource, bool > predicate)
 

Package Functions

 ConcatNIterator (ConcatIterator< TSource > tail, IEnumerable< TSource > head, int headIndex, bool hasOnlyCollections)
 
override ConcatIterator< TSource > Concat (IEnumerable< TSource > next)
 
override IEnumerable< TSource > GetEnumerable (int index)
 

Package Attributes

int _state
 
TSource _current
 

Properties

ConcatNIterator< TSource > PreviousN [get]
 
TSource Current [get]
 
object IEnumerator. Current [get]
 

Private Member Functions

TSource[] LazyToArray ()
 
TSource[] PreallocatingToArray ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
void IEnumerator. Reset ()
 

Private Attributes

readonly ConcatIterator< TSource > _tail
 
readonly IEnumerable< TSource > _head
 
readonly int _headIndex
 
readonly bool _hasOnlyCollections
 
IEnumerator< TSource > _enumerator
 
readonly int _threadId
 

Detailed Description

Definition at line 448 of file Enumerable.cs.


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