TypeBuilder.AddInterfaceImplementationCore(Type) 메서드

정의

파생 클래스에서 재정의되는 경우 이 형식이 구현하는 인터페이스를 추가합니다.

protected:
 abstract void AddInterfaceImplementationCore(Type ^ interfaceType);
protected abstract void AddInterfaceImplementationCore (Type interfaceType);
abstract member AddInterfaceImplementationCore : Type -> unit
Protected MustOverride Sub AddInterfaceImplementationCore (interfaceType As Type)

매개 변수

interfaceType
Type

이 형식이 구현하는 인터페이스입니다.

적용 대상