TypeInfo.ImplementedInterfaces Propiedad

Definición

Obtiene una colección de las interfaces implementadas por el tipo actual.

public:
 virtual property System::Collections::Generic::IEnumerable<Type ^> ^ ImplementedInterfaces { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<Type> ImplementedInterfaces { get; }
member this.ImplementedInterfaces : seq<Type>
Public Overridable ReadOnly Property ImplementedInterfaces As IEnumerable(Of Type)

Valor de propiedad

IEnumerable<Type>

Colección de las interfaces implementadas por el tipo actual.

Se aplica a