TypeBuilder.AddInterfaceImplementationCore(Type) Méthode

Définition

En cas de substitution dans une classe dérivée, ajoute une interface que ce type implémente.

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

Paramètres

interfaceType
Type

Interface implémentée par ce type.

S’applique à