[DefaultValueAttribute(false)] public bool SupportGlass { get; set; }
<DefaultValueAttribute(false)> Public Property SupportGlass As Boolean Get Set
public: [DefaultValueAttribute(false)] property bool SupportGlass { bool get (); void set (bool value); }
© 2018 GitHub Community. All rights reserved.