Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
GwSharp
GwMatchScore
C# Class GwSharp.GwMatchScore
Score container. Access like an array with GwMatchTeam.
Mostrar archivo
Open project: Rohansi/GwSharp
Class Usage Examples
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
operator
( ) :
bool
this
(
GwMatchTeam
i
) :
int
this
(
int
i
) :
int
Private Methods
Method
Description
GwMatchScore
(
List
scores
) :
System
Method Details
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
this()
public
method
public
this
(
GwMatchTeam
i
) :
int
i
GwMatchTeam
return
int
this()
public
method
public
this
(
int
i
) :
int
i
int
return
int