C# Класс Project290.Storage.PlayerScore

This is an object used to repersent a player (by Gamertag) and his score.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

PlayerScore() публичный Метод

Initializes a new instance of the PlayerScore class.
public PlayerScore ( string gamertag, int scores ) : System
gamertag string The gamertag.
scores int The scores.
Результат System

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( int columnIndex ) : string
columnIndex int Index of the column.
Результат string