C# Class GwSharp.GwMatchScore

Score container. Access like an array with GwMatchTeam.
ファイルを表示 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