Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.CompilerServices.ConditionalWeakTable< TKey, TValue >.Enumerator Class Referencesealed

Public Member Functions

 Enumerator (ConditionalWeakTable< TKey, TValue > table)
 
void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 

Properties

KeyValuePair< TKey, TValue > Current [get]
 
object IEnumerator. Current [get]
 

Private Member Functions

 ~Enumerator ()
 

Private Attributes

ConditionalWeakTable< TKey, TValue > _table
 
readonly int _maxIndexInclusive
 
int _currentIndex
 
KeyValuePair< TKey, TValue > _current
 

Detailed Description

Definition at line 13 of file ConditionalWeakTable.cs.


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