TypeExtensions.GetInterfaces(Type) 方法

定义

public:
 static cli::array <Type ^> ^ GetInterfaces(Type ^ type);
public static Type[] GetInterfaces (Type type);
static member GetInterfaces : Type -> Type[]
Public Shared Function GetInterfaces (type As Type) As Type()

参数

type
Type

返回

Type[]

适用于