GenericTypeParameterBuilder.SetInterfaceConstraintsCore(Type[]) Metoda

Definice

Při přepsání v odvozené třídě nastaví rozhraní, která musí typ implementovat, aby byl nahrazen parametrem typu.

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())

Parametry

interfaceConstraints
Type[]

Pole Type objektů, které představují rozhraní typu musí implementovat, aby byl nahrazen parametrem typu.

Platí pro