C# Class ChessDotNet.ChessUtilities

Afficher le fichier Open project: ProgramFOX/Chess.NET Class Usage Examples

Méthodes publiques

Méthode Description
GetOpponentOf ( Player player ) : Player
ThrowIfNull ( object value, string parameterName ) : void

Method Details

GetOpponentOf() public static méthode

public static GetOpponentOf ( Player player ) : Player
player Player
Résultat Player

ThrowIfNull() public static méthode

public static ThrowIfNull ( object value, string parameterName ) : void
value object
parameterName string
Résultat void