Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GwSharp
GwMatchDetails
C# Class GwSharp.GwMatchDetails
Datei anzeigen
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_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
return
string