Method | Description | |
---|---|---|
NamedParameterDeclaration ( string groupName = null ) : ICSharpCode.NRefactory.PatternMatching | ||
NamedParameterDeclaration ( string groupName, AstType type, string name, ParameterModifier modifier = ParameterModifier.None ) : ICSharpCode.NRefactory.PatternMatching |
Method | Description | |
---|---|---|
DoMatch ( AstNode other, Match match ) : bool |
protected DoMatch ( AstNode other, Match match ) : bool | ||
other | AstNode | |
match | Match | |
return | bool |
public NamedParameterDeclaration ( string groupName = null ) : ICSharpCode.NRefactory.PatternMatching | ||
groupName | string | |
return | ICSharpCode.NRefactory.PatternMatching |
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 |