C# Class Mike.Spikes.Linq.ExpressionTrees

Mostrar archivo Open project: mikehadlow/Mike.Spikes

Public Methods

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

Method Details

CreatingExpressionViaLambda() public method

public CreatingExpressionViaLambda ( ) : void
return void

CreatingExpressionWhichCallsMethod() public method

public CreatingExpressionWhichCallsMethod ( ) : void
return void

CreatingExpressionWithApi() public method

public CreatingExpressionWithApi ( ) : void
return void

CreatingMultiLineExpression() public method

public CreatingMultiLineExpression ( ) : void
return void

DemoWritingAMethodThatTakesAnExpression() public static method

public static DemoWritingAMethodThatTakesAnExpression ( ) : void
return void

DoSomething() public static method

public static DoSomething ( int x ) : int
x int
return int

DoSomethingWithExpression() public static method

public static DoSomethingWithExpression ( bool>.Expression expression ) : void
expression bool>.Expression
return void