C# Class MCSharp.CommandList

Afficher le fichier Open project: Voziv/MCSharp

Méthodes publiques

Méthode 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 méthode

public Add ( MCSharp.Command cmd ) : void
cmd MCSharp.Command
Résultat void

All() public méthode

public All ( ) : List
Résultat List

CommandList() public méthode

public CommandList ( ) : System
Résultat System

Contains() public méthode

public Contains ( MCSharp.Command cmd ) : bool
cmd MCSharp.Command
Résultat bool

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

Find() public méthode

public Find ( string name ) : MCSharp.Command
name string
Résultat MCSharp.Command

Remove() public méthode

public Remove ( MCSharp.Command cmd ) : bool
cmd MCSharp.Command
Résultat bool