C# 클래스 Project290.Storage.PlayerScore

This is an object used to repersent a player (by Gamertag) and his score.
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
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