C# Class AIsOfCatan.API.Intersection

Afficher le fichier Open project: rasmusgreve/catan Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Intersection ( int first, int second, int third ) : System
ToArray ( ) : int[]
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Intersection() public méthode

public Intersection ( int first, int second, int third ) : System
first int
second int
third int
Résultat System

ToArray() public méthode

public ToArray ( ) : int[]
Résultat int[]

ToString() public méthode

public ToString ( ) : string
Résultat string