C# Class Project290.Storage.PlayerScore

This is an object used to repersent a player (by Gamertag) and his score.
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode 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.

Method Details

PlayerScore() public méthode

Initializes a new instance of the PlayerScore class.
public PlayerScore ( string gamertag, int scores ) : System
gamertag string The gamertag.
scores int The scores.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( int columnIndex ) : string
columnIndex int Index of the column.
Résultat string