C# 클래스 Microsoft.CSharp.Expressions.InvokeStaticMemberDynamicCSharpExpression

상속: InvokeMemberDynamicCSharpExpression
파일 보기 프로젝트 열기: bartdesmet/ExpressionFutures

공개 메소드들

메소드 설명
Update ( Expression @object, IEnumerable arguments ) : InvokeMemberDynamicCSharpExpression

보호된 메소드들

메소드 설명
ReduceDynamic ( CallSiteBinder &binder, IEnumerable &arguments, Array &argumentTypes ) : void

비공개 메소드들

메소드 설명
InvokeStaticMemberDynamicCSharpExpression ( Type context, CSharpBinderFlags binderFlags, Type type, string name, ReadOnlyCollection typeArguments, ReadOnlyCollection arguments ) : System

메소드 상세

ReduceDynamic() 보호된 메소드

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

Update() 공개 메소드

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