Match<TNode>.TryGetOldNode(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 TryGetOldNode(TNode newNode, [Runtime::InteropServices::Out] TNode % oldNode);
public bool TryGetOldNode(TNode newNode, out TNode oldNode);
member this.TryGetOldNode : 'Node * 'Node -> bool
Public Function TryGetOldNode (newNode As TNode, ByRef oldNode As TNode) As Boolean
Parameters
- newNode
- TNode
- oldNode
- TNode