'Declaration
<DefaultValueAttribute(True)> ReadOnly Property IsNull As Boolean
[DefaultValue(true)] bool IsNull {get;}
[DefaultValue(true)] property bool IsNull { bool get(); }
'Declaration
<DefaultValueAttribute(True)> ReadOnly Property IsNull As Boolean
[DefaultValue(true)] bool IsNull {get;}
[DefaultValue(true)] property bool IsNull { bool get(); }