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