Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Collections.Immutable.DictionaryEnumerator< TKey, TValue > Class Template Referencesealed

Public Member Functions

bool MoveNext ()
 
void Reset ()
 

Package Functions

 DictionaryEnumerator (IEnumerator< KeyValuePair< TKey, TValue > > inner)
 

Properties

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

Private Attributes

readonly IEnumerator< KeyValuePair< TKey, TValue > > _inner
 

Detailed Description

Type Constraints
TKey :notnull 

Definition at line 5 of file DictionaryEnumerator.cs.


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