GenericTypeParameterBuilder.SetBaseTypeConstraintCore(Type) Metoda

Definice

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

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

Parametry

baseTypeConstraint
Type

Hodnota Type , která musí být zděděna libovolným typem, který má být nahrazen parametrem typu.

Platí pro