Class CommandArgumentList
Inherited Members
Namespace: SlipeServer.LuaControllers.Commands
Assembly: SlipeServer.LuaControllers.dll
Syntax
public class CommandArgumentList : IEnumerable<string>, IEnumerable
Constructors
| Edit this page View SourceCommandArgumentList(IEnumerable<string>)
Declaration
public CommandArgumentList(IEnumerable<string> arguments)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | arguments |
Methods
| Edit this page View SourceGetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<string> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<string> | An enumerator that can be used to iterate through the collection. |