Class Backreference
- Namespace
- ICSharpCode.Decompiler.CSharp.Syntax.PatternMatching
- Assembly
- ICSharpCode.Decompiler.dll
Matches the last entry in the specified named group.
public class Backreference : Pattern, INode
- Inheritance
-
Backreference
- Implements
- Inherited Members
- Extension Methods
Constructors
Backreference(string)
public Backreference(string referencedGroupName)
Parameters
referencedGroupName
string
Properties
ReferencedGroupName
public string ReferencedGroupName { get; }
Property Value
Methods
DoMatch(INode, Match)
public override bool DoMatch(INode other, Match match)