Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.ObjectModel.ReadOnlyDictionary< TKey, TValue >.DictionaryEnumerator Struct Reference

Public Member Functions

 DictionaryEnumerator (IDictionary< TKey, TValue > dictionary)
 
bool MoveNext ()
 
void Reset ()
 

Properties

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

Private Attributes

readonly IDictionary< TKey, TValue > _dictionary
 
readonly IEnumerator< KeyValuePair< TKey, TValue > > _enumerator
 

Detailed Description

Definition at line 14 of file ReadOnlyDictionary.cs.


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