public char? Sex { get; set; }
Public Property Sex As Char? Get Set
public: property Nullable<wchar_t> Sex { Nullable<wchar_t> get (); void set (Nullable<wchar_t> value); }
member Sex : Nullable<char> with get, set
In This Article