public char? DecimalSymbol { get; set; }Public Property DecimalSymbol As Char?
Get
Setpublic:
property Nullable<wchar_t> DecimalSymbol {
Nullable<wchar_t> get ();
void set (Nullable<wchar_t> value);
}member DecimalSymbol : Nullable<char> with get, set