Match<TNode>.TryGetNewNode(TNode, TNode) Method

Definition

public:
 bool TryGetNewNode(TNode oldNode, [Runtime::InteropServices::Out] TNode % newNode);
public bool TryGetNewNode(TNode oldNode, out TNode newNode);
member this.TryGetNewNode : 'Node * 'Node -> bool
Public Function TryGetNewNode (oldNode As TNode, ByRef newNode As TNode) As Boolean

Parameters

oldNode
TNode
newNode
TNode

Returns

Applies to