C# Class System.Linq.Expressions.InvocationExpression1

Inheritance: InvocationExpression
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetArgument ( int index ) : Expression
InvocationExpression1 ( Expression lambda, Type returnType, Expression arg0 ) : System.Collections.Generic

Private Methods

Méthode Description
GetOrMakeArguments ( ) : ReadOnlyCollection
Rewrite ( Expression lambda, Expression arguments ) : InvocationExpression

Method Details

GetArgument() public méthode

public GetArgument ( int index ) : Expression
index int
Résultat Expression

InvocationExpression1() public méthode

public InvocationExpression1 ( Expression lambda, Type returnType, Expression arg0 ) : System.Collections.Generic
lambda Expression
returnType Type
arg0 Expression
Résultat System.Collections.Generic