GenericTypeParameterBuilder.SetInterfaceConstraintsCore(Type[]) メソッド

定義

派生クラスでオーバーライドされた場合、型パラメーターに置き換えるために型が実装する必要があるインターフェイスを設定します。

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

パラメーター

interfaceConstraints
Type[]

型パラメーターを置き換えるたために型において実装する必要のあるインターフェイスを表す Type オブジェクトの配列。

適用対象