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