C# Class System.Linq.Expressions.DynamicExpression4

Inheritance: DynamicExpression, IArgumentProvider
Mostra file Open project: dotnet/corefx

Private Properties

Property Type Description
DynamicExpression4 System
GetOrMakeArguments ReadOnlyCollection
IArgumentProvider Expression
Rewrite DynamicExpression

Private Methods

Method Description
DynamicExpression4 ( Type delegateType, System.Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2, Expression arg3 ) : System
GetOrMakeArguments ( ) : ReadOnlyCollection
IArgumentProvider ( int index ) : Expression
Rewrite ( Expression args ) : DynamicExpression