C# Class System.Linq.Expressions.MethodCallExpression0

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

Public Methods

Method Description
GetArgument ( int index ) : Expression
MethodCallExpression0 ( MethodInfo method ) : 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

MethodCallExpression0() public method

public MethodCallExpression0 ( MethodInfo method ) : System.Collections.Generic
method System.Reflection.MethodInfo
return System.Collections.Generic