GenericTypeParameterBuilder.SetBaseTypeConstraintCore(Type) Method

Definition

When overridden in a derived class, sets the base type that a type must inherit in order to be substituted for the type parameter.

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

Parameters

baseTypeConstraint
Type

The Type that must be inherited by any type that is to be substituted for the type parameter.

Applies to