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

Inheritance: ParameterDeclaration
显示文件 Open project: 0xd4d/NRefactory

Public Methods

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

Protected Methods

Method Description
DoMatch ( AstNode other, Match match ) : bool

Method Details

DoMatch() protected method

protected DoMatch ( AstNode other, Match match ) : bool
other AstNode
match Match
return bool

NamedParameterDeclaration() public method

public NamedParameterDeclaration ( string groupName = null ) : ICSharpCode.NRefactory.PatternMatching
groupName string
return ICSharpCode.NRefactory.PatternMatching

NamedParameterDeclaration() public method

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