'Declaration
Public ReadOnly Property Nodes As NodeCollection
'Usage
Dim instance As Node Dim value As NodeCollection value = instance.Nodes
public NodeCollection Nodes {get;}
public: property NodeCollection^ Nodes { NodeCollection^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).