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

적용 대상