TypeInfo.ImplementedInterfaces 属性

定义

获取当前类型实现的接口的集合。

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)

属性值

由当前类型实现的接口的集合。

适用于