GenericTypeParameterBuilder.SetInterfaceConstraintsCore(Type[]) Método

Definición

Cuando se invalida en una clase derivada, establece las interfaces que un tipo debe implementar para sustituirse por el parámetro de 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())

Parámetros

interfaceConstraints
Type[]

Una matriz de objetos Type que representan las interfaces que debe implementar un tipo para que se sustituya por el parámetro de tipo.

Se aplica a