 | OsuBeatmapmax_combo Property |
[Missing <summary> documentation for "P:CSharpOsu.Module.OsuBeatmap.max_combo"]
Namespace:
CSharpOsu.Module
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic Nullable<int> max_combo { get; set; }
Public Property max_combo As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> max_combo {
Nullable<int> get ();
void set (Nullable<int> value);
}
member max_combo : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also