GenericTypeParameterBuilder.SetInterfaceConstraintsCore(Type[]) Método

Definição

Quando substituído em uma classe derivada, define as interfaces que um tipo deve implementar para ser substituído pelo 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[]

Uma matriz de objetos Type que representam as interfaces que um tipo deve implementar para ser substituído pelo parâmetro de tipo.

Aplica-se a