 | StringsKey Property |
[Missing <summary> documentation for "P:CSharpOsu.Util.Strings.Strings.Key"]
Namespace:
CSharpOsu.Util.Strings
Assembly:
CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntaxpublic string Key { get; internal set; }
Public Property Key As String
Get
Friend Set
public:
property String^ Key {
String^ get ();
internal: void set (String^ value);
}
member Key : string with get, internal set
Property Value
Type:
String
See Also