Table of Contents

Struct SwiftSparseSet.SwiftSparseSetEnumerator

Namespace
SwiftCollections
Assembly
SwiftCollections.dll

Supports iteration over IDs in a SwiftSparseSet.

public struct SwiftSparseSet.SwiftSparseSetEnumerator : IEnumerator<int>, IEnumerator, IDisposable
Implements
Inherited Members

Properties

Current

public readonly int Current { get; }

Property Value

int

Methods

Dispose()

public void Dispose()

MoveNext()

public bool MoveNext()

Returns

bool

Reset()

public void Reset()