Class Score
public sealed class Score
- Inheritance
-
Score
- Inherited Members
Constructors
Score(string, int)
public Score(string displayText, int value)
Parameters
Properties
DisplayText
public string DisplayText { get; }
Property Value
Value
public int Value { get; }