Show / Hide Table of Contents

Class MyCommandLine.SwitchEnumerator

Inheritance
System.Object
MyCommandLine.SwitchEnumerator
Namespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll
Syntax
public sealed class SwitchEnumerator : ValueType, IEnumerator<string>, IEnumerator, IDisposable

Properties

Current

Declaration
public string Current { get; }
Property Value
Type Description
System.String

Methods

Dispose()

Declaration
public void Dispose()

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾