C# Class MixinRefactoring.ParameterSyntaxExpression

显示文件 Open project: pgenfer/mixinSharp

Public Methods

Method Description
IsWithinLambda ( this parameterSyntax ) : bool

checks if the given parameter syntax is part of a lambda expression (either a single one or a lambda parameter list).

Method Details

IsWithinLambda() public static method

checks if the given parameter syntax is part of a lambda expression (either a single one or a lambda parameter list).
public static IsWithinLambda ( this parameterSyntax ) : bool
parameterSyntax this
return bool