Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.DictionaryEnumerator Class Referencesealed

Public Member Functions

bool MoveNext ()
 
void Reset ()
 

Package Functions

 DictionaryEnumerator (ConcurrentDictionary< TKey, TValue > dictionary)
 

Properties

DictionaryEntry Entry [get]
 
object Key [get]
 
object Value [get]
 
object Current [get]
 

Private Attributes

readonly IEnumerator< KeyValuePair< TKey, TValue > > _enumerator
 

Detailed Description

Definition at line 145 of file ConcurrentDictionary.cs.


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