TypeInfo.ImplementedInterfaces Proprietà

Definizione

Ottiene una raccolta delle interfacce implementate dal tipo corrente.

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)

Valore della proprietà

Raccolta delle interfacce implementate dal tipo corrente.

Si applica a