Show / Hide Table of Contents

Class MyVector3ISet.Enumerator

Inheritance
System.Object
MyVector3ISet.Enumerator
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public sealed class Enumerator : ValueType, IEnumerator<Vector3I>, IEnumerator, IDisposable

Constructors

Enumerator(MyVector3ISet)

Declaration
public Enumerator(MyVector3ISet set)
Parameters
Type Name Description
MyVector3ISet set

Properties

Current

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

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
☀
☾