Class MyCommandLine.Enumerator
Inheritance
System.Object
MyCommandLine.Enumerator
Namespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll
Syntax
public sealed class Enumerator : 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 |