DictionaryEnumerator<TKey, TValue>
Namespace: UAssetAPI.UnrealTypes
public class DictionaryEnumerator<TKey, TValue> : System.Collections.IDictionaryEnumerator, System.Collections.IEnumerator, System.IDisposable
Type Parameters
TKey
TValue
Inheritance Object → DictionaryEnumerator<TKey, TValue>
Implements IDictionaryEnumerator, IEnumerator, IDisposable
Properties
Entry
public DictionaryEntry Entry { get; }
Property Value
Key
public object Key { get; }
Property Value
Value
public object Value { get; }
Property Value
Current
public object Current { get; }
Property Value
Constructors
DictionaryEnumerator(IDictionary<TKey, TValue>)
public DictionaryEnumerator(IDictionary<TKey, TValue> value)
Parameters
value
IDictionary<TKey, TValue>
Methods
Dispose()
public void Dispose()
Reset()
public void Reset()
MoveNext()
public bool MoveNext()