'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> ReadOnly Property Node As Object
'Usage
Dim instance As ITreeTraverser Dim value As Object value = instance.Node
[JetBrains.Annotations.CanBeNull()] object Node {get;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).