'Declaration<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property Null As AENodeDescriptor
'UsageDim value As AENodeDescriptor value = AENodeDescriptor.Null
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static AENodeDescriptor Null {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property AENodeDescriptor^ Null { AENodeDescriptor^ get(); }