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

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

공개 메소드들

메소드 설명
GetArgument ( int index ) : Expression
MethodCallExpressionN ( MethodInfo method, IReadOnlyList args ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetOrMakeArguments ( ) : ReadOnlyCollection
Rewrite ( Expression instance, IReadOnlyList args ) : MethodCallExpression

메소드 상세

GetArgument() 공개 메소드

public GetArgument ( int index ) : Expression
index int
리턴 Expression

MethodCallExpressionN() 공개 메소드

public MethodCallExpressionN ( MethodInfo method, IReadOnlyList args ) : System.Collections.Generic
method System.Reflection.MethodInfo
args IReadOnlyList
리턴 System.Collections.Generic