TypeInfo.ImplementedInterfaces Propriedade

Definição

Obtém uma coleção das interfaces implementadas pelo tipo atual.

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 da propriedade

Uma coleção das interfaces implementadas pelo tipo atual.

Aplica-se a