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

此类型实现的接口。

适用于