 | Gamescores Property |
[Missing <summary> documentation for "P:CSharpOsu.Module.Game.scores"]
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic List<Score> scores { get; set; }
Public Property scores As List(Of Score)
Get
Set
public:
property List<Score^>^ scores {
List<Score^>^ get ();
void set (List<Score^>^ value);
}
member scores : List<Score> with get, set
Property Value
Type:
ListScore
See Also