C# 클래스 System.Linq.Expressions.InstanceMethodCallExpression

상속: MethodCallExpression, IArgumentProvider
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
InstanceMethodCallExpression ( MethodInfo method, Expression instance ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetInstance ( ) : Expression

메소드 상세

InstanceMethodCallExpression() 공개 메소드

public InstanceMethodCallExpression ( MethodInfo method, Expression instance ) : System.Collections.Generic
method System.Reflection.MethodInfo
instance Expression
리턴 System.Collections.Generic