C# Class SuperMarketQueue.SuperQueue

Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
Append ( string name ) : string
CommandParse ( string command ) : void
Find ( string name ) : int
Insert ( int position, string name ) : string
Serve ( int count ) : string

Private Methods

Méthode Description
AddToDictionary ( string name ) : void

Method Details

Append() public méthode

public Append ( string name ) : string
name string
Résultat string

CommandParse() public méthode

public CommandParse ( string command ) : void
command string
Résultat void

Find() public méthode

public Find ( string name ) : int
name string
Résultat int

Insert() public méthode

public Insert ( int position, string name ) : string
position int
name string
Résultat string

Serve() public méthode

public Serve ( int count ) : string
count int
Résultat string