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

這個類型所實作的介面。

適用於