C# Class System.Linq.Expressions.Interpreter.LightDelegateCreator

Manages creation of interpreted delegates.
Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
CreateDelegate Delegate
LightDelegateCreator System.Diagnostics

Public Methods

Method Description
CreateDelegate ( ) : Delegate

Private Methods

Method Description
CreateDelegate ( IStrongBox closure ) : Delegate
LightDelegateCreator ( Interpreter interpreter, LambdaExpression lambda ) : System.Diagnostics

Method Details

CreateDelegate() public method

public CreateDelegate ( ) : Delegate
return Delegate