Match<TNode> Class
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.
generic <typename TNode>
public ref class Match sealed
public sealed class Match<TNode>
type Match<'Node> = class
Public NotInheritable Class Match(Of TNode)
Type Parameters
- TNode
- Inheritance
-
Match<TNode>
Properties
| Name | Description |
|---|---|
| Comparer | |
| Matches | |
| NewRoot | |
| OldRoot | |
| ReverseMatches | |
Methods
| Name | Description |
|---|---|
| GetSequenceEdits(IEnumerable<TNode>, IEnumerable<TNode>) |
Returns an edit script (a sequence of edits) that transform a sequence of nodes |
| GetTreeEdits() |
Returns an edit script (a sequence of edits) that transform OldRoot subtree to NewRoot subtree. |
| TryGetNewNode(TNode, TNode) | |
| TryGetOldNode(TNode, TNode) | |