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[]

適用対象