Table of Contents

Class AnyNodeOrNull

Namespace
ICSharpCode.Decompiler.CSharp.Syntax.PatternMatching
Assembly
ICSharpCode.Decompiler.dll

Matches any node.

public class AnyNodeOrNull : Pattern, INode
Inheritance
AnyNodeOrNull
Implements
Inherited Members
Extension Methods

Remarks

Does not match null nodes.

Constructors

AnyNodeOrNull(string)

public AnyNodeOrNull(string groupName = null)

Parameters

groupName string

Properties

GroupName

public string GroupName { get; }

Property Value

string

Methods

DoMatch(INode, Match)

public override bool DoMatch(INode other, Match match)

Parameters

other INode
match Match

Returns

bool