Expression.Dynamic Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří , DynamicExpression který představuje dynamickou operaci.
Přetížení
Dynamic(CallSiteBinder, Type, Expression, Expression, Expression, Expression)
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
Vytvoří objekt DynamicExpression , který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Linq::Expressions::Expression ^ arg0, System::Linq::Expressions::Expression ^ arg1, System::Linq::Expressions::Expression ^ arg2, System::Linq::Expressions::Expression ^ arg3);
public static System.Linq.Expressions.DynamicExpression Dynamic (System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2, System.Linq.Expressions.Expression arg3);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arg0 As Expression, arg1 As Expression, arg2 As Expression, arg3 As Expression) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arg0
- Expression
První argument dynamické operace.
- arg1
- Expression
Druhý argument dynamické operace.
- arg2
- Expression
Třetí argument dynamické operace.
- arg3
- Expression
Čtvrtý argument dynamické operace.
Návraty
A DynamicExpression , která se NodeType rovná Dynamic a má Binder a Arguments nastaveny na zadané hodnoty.
Poznámky
Vlastnost DelegateType výsledku bude odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression, Expression)
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
Vytvoří objekt DynamicExpression , který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Linq::Expressions::Expression ^ arg0, System::Linq::Expressions::Expression ^ arg1);
public static System.Linq.Expressions.DynamicExpression Dynamic (System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arg0 As Expression, arg1 As Expression) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arg0
- Expression
První argument dynamické operace.
- arg1
- Expression
Druhý argument dynamické operace.
Návraty
A DynamicExpression , která se NodeType rovná Dynamic a má Binder a Arguments nastaveny na zadané hodnoty.
Poznámky
Vlastnost DelegateType výsledku bude odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression, Expression, Expression)
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
Vytvoří objekt DynamicExpression , který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Linq::Expressions::Expression ^ arg0, System::Linq::Expressions::Expression ^ arg1, System::Linq::Expressions::Expression ^ arg2);
public static System.Linq.Expressions.DynamicExpression Dynamic (System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1, System.Linq.Expressions.Expression arg2);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arg0 As Expression, arg1 As Expression, arg2 As Expression) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arg0
- Expression
První argument dynamické operace.
- arg1
- Expression
Druhý argument dynamické operace.
- arg2
- Expression
Třetí argument dynamické operace.
Návraty
A DynamicExpression , která se NodeType rovná Dynamic a má Binder a Arguments nastaveny na zadané hodnoty.
Poznámky
Vlastnost DelegateType výsledku bude odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression)
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
Vytvoří objekt DynamicExpression , který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Linq::Expressions::Expression ^ arg0);
public static System.Linq.Expressions.DynamicExpression Dynamic (System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arg0 As Expression) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arg0
- Expression
První argument dynamické operace.
Návraty
A DynamicExpression , která se NodeType rovná Dynamic a má Binder a Arguments nastaveny na zadané hodnoty.
Poznámky
Vlastnost DelegateType výsledku bude odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, IEnumerable<Expression>)
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
Vytvoří objekt DynamicExpression , který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, System::Collections::Generic::IEnumerable<System::Linq::Expressions::Expression ^> ^ arguments);
public static System.Linq.Expressions.DynamicExpression Dynamic (System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> arguments);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * seq<System.Linq.Expressions.Expression> -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, arguments As IEnumerable(Of Expression)) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arguments
- IEnumerable<Expression>
Argumenty dynamické operace.
Návraty
A DynamicExpression , která se NodeType rovná Dynamic a má Binder a Arguments nastaveny na zadané hodnoty.
Poznámky
Vlastnost DelegateType výsledku bude odvozena z typů argumentů a zadaného návratového typu.
Platí pro
Dynamic(CallSiteBinder, Type, Expression[])
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
- Zdroj:
- Expression.cs
Vytvoří objekt DynamicExpression , který představuje dynamickou operaci vázanou zadaným CallSiteBinderobjektem .
public:
static System::Linq::Expressions::DynamicExpression ^ Dynamic(System::Runtime::CompilerServices::CallSiteBinder ^ binder, Type ^ returnType, ... cli::array <System::Linq::Expressions::Expression ^> ^ arguments);
public static System.Linq.Expressions.DynamicExpression Dynamic (System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, params System.Linq.Expressions.Expression[] arguments);
static member Dynamic : System.Runtime.CompilerServices.CallSiteBinder * Type * System.Linq.Expressions.Expression[] -> System.Linq.Expressions.DynamicExpression
Public Shared Function Dynamic (binder As CallSiteBinder, returnType As Type, ParamArray arguments As Expression()) As DynamicExpression
Parametry
- binder
- CallSiteBinder
Pořadač modulu runtime pro dynamickou operaci.
- returnType
- Type
Typ výsledku dynamického výrazu.
- arguments
- Expression[]
Argumenty dynamické operace.
Návraty
A DynamicExpression , která se NodeType rovná Dynamic a má Binder a Arguments nastaveny na zadané hodnoty.
Poznámky
Vlastnost DelegateType výsledku bude odvozena z typů argumentů a zadaného návratového typu.