Class AnyNode
- Namespace
- ICSharpCode.Decompiler.CSharp.Syntax.PatternMatching
- Assembly
- ICSharpCode.Decompiler.dll
Matches any node.
public class AnyNode : Pattern, INode
- Inheritance
-
AnyNode
- Implements
- Inherited Members
- Extension Methods
Remarks
Does not match null nodes.
Constructors
AnyNode(string)
public AnyNode(string groupName = null)
Parameters
groupName
string
Properties
GroupName
public string GroupName { get; }
Property Value
Methods
DoMatch(INode, Match)
public override bool DoMatch(INode other, Match match)