TypeDelegator.GetInterfaces 方法

定义

返回在当前类及其基类上实现的所有接口。

public:
 override cli::array <Type ^> ^ GetInterfaces();
public override Type[] GetInterfaces ();
override this.GetInterfaces : unit -> Type[]
Public Overrides Function GetInterfaces () As Type()

返回

Type[]

Type 类型的数组,包含在当前类及其基类上实现的所有接口。 如果未定义任何内容,则返回一个空数组。

适用于