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