Show / Hide Table of Contents

Class MyIntervalList.Enumerator

Inheritance
System.Object
MyIntervalList.Enumerator
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public sealed class Enumerator : ValueType

Constructors

Enumerator(MyIntervalList)

Declaration
public Enumerator(MyIntervalList parent)
Parameters
Type Name Description
MyIntervalList parent

Properties

Current

Declaration
public int Current { get; }
Property Value
Type Description
System.Int32

Methods

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
☀
☾
In This Article
  • Constructors
    • Enumerator(MyIntervalList)
  • Properties
    • Current
  • Methods
    • MoveNext()
Back to top
Generated by DocFX
☀
☾