Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 13 of file ConditionalWeakTable.cs.