C# Class Microsoft.CSharp.Expressions.InvokeInstanceMemberDynamicCSharpExpression

Inheritance: InvokeMemberDynamicCSharpExpression
Mostrar archivo Open project: bartdesmet/ExpressionFutures

Public Methods

Method Description
Update ( Expression @object, IEnumerable arguments ) : InvokeMemberDynamicCSharpExpression

Protected Methods

Method Description
ReduceDynamic ( CallSiteBinder &binder, IEnumerable &arguments, Array &argumentTypes ) : void

Private Methods

Method Description
InvokeInstanceMemberDynamicCSharpExpression ( Type context, CSharpBinderFlags binderFlags, Expression @object, string name, ReadOnlyCollection typeArguments, ReadOnlyCollection arguments ) : System

Method Details

ReduceDynamic() protected method

protected ReduceDynamic ( CallSiteBinder &binder, IEnumerable &arguments, Array &argumentTypes ) : void
binder CallSiteBinder
arguments IEnumerable
argumentTypes Array
return void

Update() public method

public Update ( Expression @object, IEnumerable arguments ) : InvokeMemberDynamicCSharpExpression
@object Expression
arguments IEnumerable
return InvokeMemberDynamicCSharpExpression