'Declaration
<CanBeNullAttribute()> Shadows ReadOnly Property Node As T
'Usage
Dim instance As ITreeTraverser(Of T) Dim value As T value = instance.Node
[CanBeNull()] new T Node {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).