TypeExtensions.GetGenericArguments(Type) 方法

定义

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

参数

type
Type

返回

Type[]

适用于