Match<TNode>.ReverseMatches Property

Definition

public:
 property System::Collections::Generic::IReadOnlyDictionary<TNode, TNode> ^ ReverseMatches { System::Collections::Generic::IReadOnlyDictionary<TNode, TNode> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<TNode,TNode> ReverseMatches { get; }
member this.ReverseMatches : System.Collections.Generic.IReadOnlyDictionary<'Node, 'Node>
Public ReadOnly Property ReverseMatches As IReadOnlyDictionary(Of TNode, TNode)

Property Value

IReadOnlyDictionary<TNode,TNode>

Applies to