Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


Expression.Dynamic Method

Definition

Creates a DynamicExpression that represents a dynamic operation.

Overloads

Dynamic(CallSiteBinder, Type, Expression, Expression, Expression, Expression)

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

Dynamic(CallSiteBinder, Type, Expression, Expression)

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

Dynamic(CallSiteBinder, Type, Expression, Expression, Expression)

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

Dynamic(CallSiteBinder, Type, Expression)

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

Dynamic(CallSiteBinder, Type, IEnumerable<Expression>)

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

Dynamic(CallSiteBinder, Type, Expression[])

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

Dynamic(CallSiteBinder, Type, Expression, Expression, Expression, Expression)

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

C#
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);

Parameters

binder
CallSiteBinder

The runtime binder for the dynamic operation.

returnType
Type

The result type of the dynamic expression.

arg0
Expression

The first argument to the dynamic operation.

arg1
Expression

The second argument to the dynamic operation.

arg2
Expression

The third argument to the dynamic operation.

arg3
Expression

The fourth argument to the dynamic operation.

Returns

A DynamicExpression that has NodeType equal to Dynamic and has the Binder and Arguments set to the specified values.

Remarks

The DelegateType property of the result will be inferred from the types of the arguments and the specified return type.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Dynamic(CallSiteBinder, Type, Expression, Expression)

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

C#
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0, System.Linq.Expressions.Expression arg1);

Parameters

binder
CallSiteBinder

The runtime binder for the dynamic operation.

returnType
Type

The result type of the dynamic expression.

arg0
Expression

The first argument to the dynamic operation.

arg1
Expression

The second argument to the dynamic operation.

Returns

A DynamicExpression that has NodeType equal to Dynamic and has the Binder and Arguments set to the specified values.

Remarks

The DelegateType property of the result will be inferred from the types of the arguments and the specified return type.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Dynamic(CallSiteBinder, Type, Expression, Expression, Expression)

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

C#
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);

Parameters

binder
CallSiteBinder

The runtime binder for the dynamic operation.

returnType
Type

The result type of the dynamic expression.

arg0
Expression

The first argument to the dynamic operation.

arg1
Expression

The second argument to the dynamic operation.

arg2
Expression

The third argument to the dynamic operation.

Returns

A DynamicExpression that has NodeType equal to Dynamic and has the Binder and Arguments set to the specified values.

Remarks

The DelegateType property of the result will be inferred from the types of the arguments and the specified return type.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Dynamic(CallSiteBinder, Type, Expression)

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

C#
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Linq.Expressions.Expression arg0);

Parameters

binder
CallSiteBinder

The runtime binder for the dynamic operation.

returnType
Type

The result type of the dynamic expression.

arg0
Expression

The first argument to the dynamic operation.

Returns

A DynamicExpression that has NodeType equal to Dynamic and has the Binder and Arguments set to the specified values.

Remarks

The DelegateType property of the result will be inferred from the types of the arguments and the specified return type.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Dynamic(CallSiteBinder, Type, IEnumerable<Expression>)

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

C#
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> arguments);

Parameters

binder
CallSiteBinder

The runtime binder for the dynamic operation.

returnType
Type

The result type of the dynamic expression.

arguments
IEnumerable<Expression>

The arguments to the dynamic operation.

Returns

A DynamicExpression that has NodeType equal to Dynamic and has the Binder and Arguments set to the specified values.

Remarks

The DelegateType property of the result will be inferred from the types of the arguments and the specified return type.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Dynamic(CallSiteBinder, Type, Expression[])

Source:
Expression.cs
Source:
Expression.cs
Source:
Expression.cs

Creates a DynamicExpression that represents a dynamic operation bound by the provided CallSiteBinder.

C#
public static System.Linq.Expressions.DynamicExpression Dynamic(System.Runtime.CompilerServices.CallSiteBinder binder, Type returnType, params System.Linq.Expressions.Expression[] arguments);

Parameters

binder
CallSiteBinder

The runtime binder for the dynamic operation.

returnType
Type

The result type of the dynamic expression.

arguments
Expression[]

The arguments to the dynamic operation.

Returns

A DynamicExpression that has NodeType equal to Dynamic and has the Binder and Arguments set to the specified values.

Remarks

The DelegateType property of the result will be inferred from the types of the arguments and the specified return type.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1