C# Class Mike.Spikes.Linq.ExpressionTrees

Afficher le fichier Open project: mikehadlow/Mike.Spikes

Méthodes publiques

Méthode Description
CreatingExpressionViaLambda ( ) : void
CreatingExpressionWhichCallsMethod ( ) : void
CreatingExpressionWithApi ( ) : void
CreatingMultiLineExpression ( ) : void
DemoWritingAMethodThatTakesAnExpression ( ) : void
DoSomething ( int x ) : int
DoSomethingWithExpression ( bool>.Expression expression ) : void

Method Details

CreatingExpressionViaLambda() public méthode

public CreatingExpressionViaLambda ( ) : void
Résultat void

CreatingExpressionWhichCallsMethod() public méthode

public CreatingExpressionWhichCallsMethod ( ) : void
Résultat void

CreatingExpressionWithApi() public méthode

public CreatingExpressionWithApi ( ) : void
Résultat void

CreatingMultiLineExpression() public méthode

public CreatingMultiLineExpression ( ) : void
Résultat void

DemoWritingAMethodThatTakesAnExpression() public static méthode

public static DemoWritingAMethodThatTakesAnExpression ( ) : void
Résultat void

DoSomething() public static méthode

public static DoSomething ( int x ) : int
x int
Résultat int

DoSomethingWithExpression() public static méthode

public static DoSomethingWithExpression ( bool>.Expression expression ) : void
expression bool>.Expression
Résultat void