Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Concurrent.ConcurrentBag< T >.Enumerator Class Referencesealed

Public Member Functions

 Enumerator (T[] array)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

T Current [get]
 
object IEnumerator. Current [get]
 

Private Attributes

readonly T[] _array
 
T _current
 
int _index
 

Detailed Description

Definition at line 258 of file ConcurrentBag.cs.


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