GenericTypeParameterBuilder.SetInterfaceConstraintsCore(Type[]) Metodo

Definizione

Quando sottoposto a override in una classe derivata, imposta le interfacce che un tipo deve implementare per essere sostituito per il parametro di tipo.

protected:
 abstract void SetInterfaceConstraintsCore(... cli::array <Type ^> ^ interfaceConstraints);
protected abstract void SetInterfaceConstraintsCore (params Type[]? interfaceConstraints);
abstract member SetInterfaceConstraintsCore : Type[] -> unit
Protected MustOverride Sub SetInterfaceConstraintsCore (ParamArray interfaceConstraints As Type())

Parametri

interfaceConstraints
Type[]

Matrice di oggetti Type che rappresentano le interfacce che devono essere implementate da un tipo perché questo venga sostituito per il parametro di tipo.

Si applica a