Match<TNode>.TryGetNewNode(TNode, TNode) Method
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.
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