Class MyCommandLine.SwitchCollection
A collection of set switches
Inheritance
System.Object
    MyCommandLine.SwitchCollection
  Namespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll
Syntax
public class SwitchCollection : Object, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
  Properties
Count
Returns the number of set switches
Declaration
public int Count { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
GetEnumerator()
Gets an enumerator to step through the content of this list
Declaration
public MyCommandLine.SwitchEnumerator GetEnumerator()
  Returns
| Type | Description | 
|---|---|
| MyCommandLine.SwitchEnumerator |