[Browsable(false)] [CanBeNull()] [IgnoreDataMember()] public Node ParentNode {get;}
[Browsable(false)] [CanBeNull()] [IgnoreDataMember()] public: property Node^ ParentNode { Node^ get(); }
'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <IgnoreDataMemberAttribute()> Public ReadOnly Property ParentNode As Node
Property Value
This value of this property can be null
(Nothing
in Visual Basic).