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

この型が実装するインターフェイス。

適用対象