Share via


TypeBuilder.AddInterfaceImplementationCore(Type) Metoda

Definice

Při přepsání v odvozené třídě přidá rozhraní, které tento typ implementuje.

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

Rozhraní, které tento typ implementuje.

Platí pro