Match<TNode> Class

Definition

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

Comparer
Matches
NewRoot
OldRoot
ReverseMatches

Methods

GetSequenceEdits(IEnumerable<TNode>, IEnumerable<TNode>)

Returns an edit script (a sequence of edits) that transform a sequence of nodes oldNodes to a sequence of nodes newNodes.

GetTreeEdits()

Returns an edit script (a sequence of edits) that transform OldRoot subtree to NewRoot subtree.

TryGetNewNode(TNode, TNode)
TryGetOldNode(TNode, TNode)

Applies to