TypeBuilder.AddInterfaceImplementationCore(Type) Metoda

Definicja

W przypadku zastąpienia w klasie pochodnej dodaje interfejs implementujący ten typ.

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

Parametry

interfaceType
Type

Interfejs, który ten typ implementuje.

Dotyczy