C# Class GwSharp.GwMatchDetails

Show file Open project: Rohansi/GwSharp Class Usage Examples

Public Properties

Property Type Description
Id string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GwMatchDetails ( string id ) : System
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GwMatchDetails() public method

public GwMatchDetails ( string id ) : System
id string
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Id public 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
return string