C# Class UnitsOfWork.Game

Afficher le fichier Open project: TelerikAcademy/Data-Structures-and-Algorithms Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Unit unit ) : bool
FindByType ( string type ) : IEnumerable
Game ( ) : System
MostPowerful ( int numberOfUnits ) : IEnumerable
Remove ( string name ) : bool

Method Details

Add() public méthode

public Add ( Unit unit ) : bool
unit Unit
Résultat bool

FindByType() public méthode

public FindByType ( string type ) : IEnumerable
type string
Résultat IEnumerable

Game() public méthode

public Game ( ) : System
Résultat System

MostPowerful() public méthode

public MostPowerful ( int numberOfUnits ) : IEnumerable
numberOfUnits int
Résultat IEnumerable

Remove() public méthode

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