TypeBuilder.AddInterfaceImplementationCore(Type) Method

Definition

When overridden in a derived class, adds an interface that this type implements.

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

Parameters

interfaceType
Type

The interface that this type implements.

Applies to