C# Class ICSharpCode.NRefactory.CSharp.Refactoring.PatternHelper.OptionalParenthesesPattern

Inheritance: ICSharpCode.NRefactory.PatternMatching.Pattern
Mostrar archivo Open project: 0xd4d/NRefactory

Public Methods

Method Description
DoMatch ( INode other, Match match ) : bool
OptionalParenthesesPattern ( INode child ) : ICSharpCode.NRefactory.PatternMatching

Method Details

DoMatch() public method

public DoMatch ( INode other, Match match ) : bool
other INode
match Match
return bool

OptionalParenthesesPattern() public method

public OptionalParenthesesPattern ( INode child ) : ICSharpCode.NRefactory.PatternMatching
child INode
return ICSharpCode.NRefactory.PatternMatching