TypeExtensions.GetInterfaces(Type) Method

Definition

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()

Parameters

type
Type

Returns

Type[]

Applies to