Edit<TNode>.NewNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Insert: Inserted node.
Delete: default(TNode)
Move, Update: Node in the new tree/sequence.
public:
property TNode NewNode { TNode get(); };
public TNode NewNode { get; }
member this.NewNode : 'Node
Public ReadOnly Property NewNode As TNode
Property Value
TNode