Свойство | Тип | Описание | |
---|---|---|---|
BindingTarget | System.Linq.Expressions | ||
BindingTarget | System.Linq.Expressions | ||
BindingTarget | System.Linq.Expressions | ||
BindingTarget | System.Linq.Expressions | ||
BindingTarget | System.Linq.Expressions |
Метод | Описание | |
---|---|---|
MakeExpression ( ) : Expression |
Gets an Expression which calls the binding target if the method binding succeeded. Throws InvalidOperationException if the binding failed.
|
Метод | Описание | |
---|---|---|
BindingTarget ( string name, BindingResult result ) : System.Linq.Expressions |
Other failure.
|
|
BindingTarget ( string name, int actualArgumentCount, Microsoft.Scripting.Actions.Calls.CallFailure failures ) : System.Linq.Expressions |
Creates a new BindingTarget when the method binding has failued due to one or more parameters which could not be converted.
|
|
BindingTarget ( string name, int actualArgumentCount, |
Creates a new BindingTarget when the match was ambiguous
|
|
BindingTarget ( string name, int actualArgumentCount, |
Creates a new BindingTarget when the method binding has succeeded.
|
|
BindingTarget ( string name, int actualArgumentCount, int expectedArgCount ) : System.Linq.Expressions |
Creates a new BindingTarget when the method binding has failed due to an incorrect argument count
|