Table of Contents

Struct NetworkDictionarySnapshot<TKey, TValue>.Enumerator

Namespace
Netick
Assembly
Netick.dll
public struct NetworkDictionarySnapshot<TKey, TValue>.Enumerator : IEnumerator<KeyValuePair<TKey, TValue>>, IEnumerator, IDisposable
Implements
IEnumerator<KeyValuePair<TKey, TValue>>
Inherited Members

Constructors

Enumerator(NetworkDictionarySnapshot<TKey, TValue>)

public Enumerator(NetworkDictionarySnapshot<TKey, TValue> dict)

Parameters

dict NetworkDictionarySnapshot<TKey, TValue>

Properties

Current

public KeyValuePair<TKey, TValue> Current { get; }

Property Value

KeyValuePair<TKey, TValue>

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()