C# Class GwSharp.GwMatchScore

Score container. Access like an array with GwMatchTeam.
Afficher le fichier Open project: Rohansi/GwSharp Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool
this ( GwMatchTeam i ) : int
this ( int i ) : int

Private Methods

Méthode Description
GwMatchScore ( List scores ) : System

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( GwMatchTeam i ) : int
i GwMatchTeam
Résultat int

this() public méthode

public this ( int i ) : int
i int
Résultat int