DictionaryEnumerator<TKey, TValue>

Namespace: UAssetAPI.UnrealTypes

public class DictionaryEnumerator<TKey, TValue> : System.Collections.IDictionaryEnumerator, System.Collections.IEnumerator, System.IDisposable

Type Parameters

TKey

TValue

Inheritance ObjectDictionaryEnumerator<TKey, TValue>
Implements IDictionaryEnumerator, IEnumerator, IDisposable

Properties

Entry

public DictionaryEntry Entry { get; }

Property Value

DictionaryEntry

Key

public object Key { get; }

Property Value

Object

Value

public object Value { get; }

Property Value

Object

Current

public object Current { get; }

Property Value

Object

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()

Returns

Boolean