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 입니다.

적용 대상