GenericTypeParameterBuilder.SetBaseTypeConstraintCore(Type) メソッド

定義

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

protected:
 abstract void SetBaseTypeConstraintCore(Type ^ baseTypeConstraint);
protected abstract void SetBaseTypeConstraintCore (Type? baseTypeConstraint);
abstract member SetBaseTypeConstraintCore : Type -> unit
Protected MustOverride Sub SetBaseTypeConstraintCore (baseTypeConstraint As Type)

パラメーター

baseTypeConstraint
Type

型パラメーターの代わりに使用される型によって継承される必要がある Type

適用対象