C# Class MixinRefactoring.Test.PersonWithLambdaMethod

this class has a lambda method. When the classes source code is parsed the "x" parameter in the lambda should not be handled as method parameter
Mostra file Open project: pgenfer/mixinSharp

Public Methods

Method Description
LambdaMethod ( ) : void
MethodWithoutLambda ( int methodParameter ) : void

Method Details

LambdaMethod() public method

public LambdaMethod ( ) : void
return void

MethodWithoutLambda() public method

public MethodWithoutLambda ( int methodParameter ) : void
methodParameter int
return void