Table of Contents

Struct NetworkHashSetSnapshot<T>.Enumerator

Namespace
Netick
Assembly
Netick.dll
public struct NetworkHashSetSnapshot<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Implements
Inherited Members

Constructors

Enumerator(NetworkHashSetSnapshot<T>)

public Enumerator(NetworkHashSetSnapshot<T> set)

Parameters

set NetworkHashSetSnapshot<T>

Properties

Current

public T Current { get; }

Property Value

T

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()