public Nullable<bool> Unwrapped { get; set; }
Public Property Unwrapped As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> Unwrapped { Nullable<bool^> get (); void set (Nullable<bool^> value); }