'Declaration
<NotNullAttribute()> ReadOnly Property Nodes As NodeCollection
'Usage
Dim instance As INode Dim value As NodeCollection value = instance.Nodes
[NotNull()] NodeCollection Nodes {get;}
[NotNull()] 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).