C# Class System.Linq.Expressions.MethodCallExpressionN

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

Public Methods

Method Description
GetArgument ( int index ) : Expression
MethodCallExpressionN ( MethodInfo method, IReadOnlyList args ) : System.Collections.Generic

Private Methods

Method Description
GetOrMakeArguments ( ) : ReadOnlyCollection
Rewrite ( Expression instance, IReadOnlyList args ) : MethodCallExpression

Method Details

GetArgument() public method

public GetArgument ( int index ) : Expression
index int
return Expression

MethodCallExpressionN() public method

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