TypeExtensions.GetInterfaces(Type) 方法

定義

public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <Type ^> ^ GetInterfaces(Type ^ type);
public static Type[] GetInterfaces (this Type type);
static member GetInterfaces : Type -> Type[]
<Extension()>
Public Function GetInterfaces (type As Type) As Type()

參數

type
Type

傳回

Type[]

適用於