'Declaration
<DefaultValueAttribute(False)> Public ReadOnly Property HasValue As Boolean
[DefaultValue(false)] public bool HasValue {get;}
[DefaultValue(false)] public: property bool HasValue { bool get(); }
'Declaration
<DefaultValueAttribute(False)> Public ReadOnly Property HasValue As Boolean
[DefaultValue(false)] public bool HasValue {get;}
[DefaultValue(false)] public: property bool HasValue { bool get(); }
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.