C# Class highScoreEntry, code

Exibir arquivo Open project: shendongnian/code

Public Properties

Property Type Description
PlayerName string
Score string

Public Methods

Method Description
highScoreEntry ( string playerName, string playerScore )

Method Details

highScoreEntry() public method

public highScoreEntry ( string playerName, string playerScore )
playerName string
playerScore string

Property Details

PlayerName public_oe property

public string PlayerName
return string

Score public_oe property

public string Score
return string