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

Inheritance: ICSharpCode.NRefactory.PatternMatching.Pattern
Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

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

Method Details

DoMatch() public méthode

public DoMatch ( INode other, Match match ) : bool
other INode
match Match
Résultat bool

OptionalParenthesesPattern() public méthode

public OptionalParenthesesPattern ( INode child ) : ICSharpCode.NRefactory.PatternMatching
child INode
Résultat ICSharpCode.NRefactory.PatternMatching