Method | Description | |
---|---|---|
PlayerScore ( string gamertag, int scores ) : System |
Initializes a new instance of the PlayerScore class.
|
|
ToString ( int columnIndex ) : string |
Returns a System.String that represents this instance.
|
public PlayerScore ( string gamertag, int scores ) : System | ||
gamertag | string | The gamertag. |
scores | int | The scores. |
return | System |
public ToString ( int columnIndex ) : string | ||
columnIndex | int | Index of the column. |
return | string |