'Declaration
<NotNullAttribute()> Public Shared Shadows ReadOnly Property Null As ObjectDescriptor
'Usage
Dim value As ObjectDescriptor value = ObjectDescriptor.Null
[NotNull()] public new static ObjectDescriptor Null {get;}
[NotNull()] public: new static property ObjectDescriptor^ Null { ObjectDescriptor^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).