Show / Hide Table of Contents

Class CommandArgumentList

Inheritance
object
CommandArgumentList
Implements
IEnumerable<string>
IEnumerable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.LuaControllers.Commands
Assembly: SlipeServer.LuaControllers.dll
Syntax
public class CommandArgumentList : IEnumerable<string>, IEnumerable

Constructors

| Edit this page View Source

CommandArgumentList(IEnumerable<string>)

Declaration
public CommandArgumentList(IEnumerable<string> arguments)
Parameters
Type Name Description
IEnumerable<string> arguments

Methods

| Edit this page View Source

GetEnumerator()

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.

Implements

IEnumerable<T>
IEnumerable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX