Condividi tramite


BindingRestrictions.GetTypeRestriction(Expression, Type) Metodo

Definizione

Crea la restrizione relativa all'associazione che controlla l'identità del tipo di runtime nell'espressione.

public:
 static System::Dynamic::BindingRestrictions ^ GetTypeRestriction(System::Linq::Expressions::Expression ^ expression, Type ^ type);
public static System.Dynamic.BindingRestrictions GetTypeRestriction (System.Linq.Expressions.Expression expression, Type type);
static member GetTypeRestriction : System.Linq.Expressions.Expression * Type -> System.Dynamic.BindingRestrictions
Public Shared Function GetTypeRestriction (expression As Expression, type As Type) As BindingRestrictions

Parametri

expression
Expression

Espressione da verificare.

type
Type

Tipo esatto da testare.

Restituisce

Nuove restrizioni relative all'associazione.

Si applica a