Table of Contents

Struct NetworkDictionary<TKey, TValue>.Enumerator

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

Constructors

Enumerator(NetworkDictionary<TKey, TValue>)

public Enumerator(NetworkDictionary<TKey, TValue> dict)

Parameters

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