C# Класс SecretOfGaia.Terrain

Наследование: SecretOfGaia.InventaireDeCarte
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_cartesSupreposées List>.Dictionary
_taille int

Открытые методы

Метод Описание
Terrain ( int curTaille ) : System
ajouterCarte ( SecretOfGaia.Carte curCarte, int position = -1, bool remplaceExistante = true ) : bool
carteduBasAPosition ( int position ) : SecretOfGaia.Carte
enleverCarte ( int position ) : SecretOfGaia.Carte

enleverCarte ( int position, bool isCarteduDessous ) : SecretOfGaia.Carte

poserSur ( int position, SecretOfGaia.Carte curCarte ) : bool

this ( int position ) : SecretOfGaia.Carte

Защищенные методы

Метод Описание
enleverCarteSuperposée ( int position ) : SecretOfGaia.Carte

Описание методов

Terrain() публичный Метод

public Terrain ( int curTaille ) : System
curTaille int
Результат System

ajouterCarte() публичный Метод

public ajouterCarte ( SecretOfGaia.Carte curCarte, int position = -1, bool remplaceExistante = true ) : bool
curCarte SecretOfGaia.Carte
position int
remplaceExistante bool
Результат bool

carteduBasAPosition() публичный Метод

public carteduBasAPosition ( int position ) : SecretOfGaia.Carte
position int
Результат SecretOfGaia.Carte

enleverCarte() публичный Метод

public enleverCarte ( int position ) : SecretOfGaia.Carte
position int
Результат SecretOfGaia.Carte

enleverCarte() публичный Метод

public enleverCarte ( int position, bool isCarteduDessous ) : SecretOfGaia.Carte
position int
isCarteduDessous bool
Результат SecretOfGaia.Carte

enleverCarteSuperposée() защищенный Метод

protected enleverCarteSuperposée ( int position ) : SecretOfGaia.Carte
position int
Результат SecretOfGaia.Carte

poserSur() публичный Метод

public poserSur ( int position, SecretOfGaia.Carte curCarte ) : bool
position int
curCarte SecretOfGaia.Carte
Результат bool

this() публичный Метод

public this ( int position ) : SecretOfGaia.Carte
position int
Результат SecretOfGaia.Carte

Описание свойств

_cartesSupreposées защищенное свойство

clé: carte supperposée, valeur, carte sur laquelle est superposée
protected Dictionary> _cartesSupreposées
Результат List>.Dictionary

_taille защищенное свойство

protected int _taille
Результат int