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