C# Class SupermarketQueue, TelerikAcademy

Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Méthodes publiques

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

Method Details

Append() public méthode

public Append ( string name ) : void
name 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 ) : bool
position int
name string
Résultat bool

Serve() public méthode

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