public char Separator { get; set; }
Public Property Separator As Char
Get
Set
public:
virtual property wchar_t Separator {
wchar_t get () sealed;
void set (wchar_t value) sealed;
}
abstract Separator : char with get, set
override Separator : char with get, set