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
Afficher le fichier Open project: pgenfer/mixinSharp

Méthodes publiques

Méthode Description
LambdaMethod ( ) : void
MethodWithoutLambda ( int methodParameter ) : void

Method Details

LambdaMethod() public méthode

public LambdaMethod ( ) : void
Résultat void

MethodWithoutLambda() public méthode

public MethodWithoutLambda ( int methodParameter ) : void
methodParameter int
Résultat void