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

Inheritance: ParameterDeclaration
Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

Méthode Description
NamedParameterDeclaration ( string groupName = null ) : ICSharpCode.NRefactory.PatternMatching
NamedParameterDeclaration ( string groupName, AstType type, string name, ParameterModifier modifier = ParameterModifier.None ) : ICSharpCode.NRefactory.PatternMatching

Méthodes protégées

Méthode Description
DoMatch ( AstNode other, Match match ) : bool

Method Details

DoMatch() protected méthode

protected DoMatch ( AstNode other, Match match ) : bool
other AstNode
match Match
Résultat bool

NamedParameterDeclaration() public méthode

public NamedParameterDeclaration ( string groupName = null ) : ICSharpCode.NRefactory.PatternMatching
groupName string
Résultat ICSharpCode.NRefactory.PatternMatching

NamedParameterDeclaration() public méthode

public NamedParameterDeclaration ( string groupName, AstType type, string name, ParameterModifier modifier = ParameterModifier.None ) : ICSharpCode.NRefactory.PatternMatching
groupName string
type AstType
name string
modifier ParameterModifier
Résultat ICSharpCode.NRefactory.PatternMatching