C# Class MCSharp.CommandList

Mostra file Open project: Voziv/MCSharp

Public Methods

Method Description
Add ( MCSharp.Command cmd ) : void
All ( ) : List
CommandList ( ) : System
Contains ( MCSharp.Command cmd ) : bool
Contains ( string name ) : bool
Find ( string name ) : MCSharp.Command
Remove ( MCSharp.Command cmd ) : bool

Method Details

Add() public method

public Add ( MCSharp.Command cmd ) : void
cmd MCSharp.Command
return void

All() public method

public All ( ) : List
return List

CommandList() public method

public CommandList ( ) : System
return System

Contains() public method

public Contains ( MCSharp.Command cmd ) : bool
cmd MCSharp.Command
return bool

Contains() public method

public Contains ( string name ) : bool
name string
return bool

Find() public method

public Find ( string name ) : MCSharp.Command
name string
return MCSharp.Command

Remove() public method

public Remove ( MCSharp.Command cmd ) : bool
cmd MCSharp.Command
return bool