C# Class GwSharp.GwMatchDetails

Afficher le fichier Open project: Rohansi/GwSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Id string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GwMatchDetails ( string id ) : System
operator ( ) : bool

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

GwMatchDetails() public méthode

public GwMatchDetails ( string id ) : System
id string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Id public_oe property

Unique identifier for the match. It is in this format: "R-T" where R is the region (1 = US, 2 = EU) and T is the tier
public string Id
Résultat string