Show / Hide Table of Contents

Class MyDistributedUpdater<TList, TElement>.Enumerator

Inheritance
System.Object
MyDistributedUpdater<TList, TElement>.Enumerator
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public sealed class Enumerator : ValueType, IEnumerator<TElement>, IEnumerator, IDisposable

Constructors

Enumerator(MyDistributedUpdater<TList, TElement>)

Declaration
public Enumerator(MyDistributedUpdater<TList, TElement> updater)
Parameters
Type Name Description
MyDistributedUpdater<TList, TElement> updater

Properties

Current

Declaration
public TElement Current { get; }
Property Value
Type Description
TElement

Methods

Dispose()

Declaration
public void Dispose()

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean

Reset()

Declaration
public void Reset()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾