ConstructorInfoWrapper.GetGenericArguments Method

Definition

Gets the type arguments of a generic method or the type parameters of a generic method definition.

public:
 override cli::array <Type ^> ^ GetGenericArguments();
public:
 override Platform::Array <Platform::Type ^> ^ GetGenericArguments();
public override Type[] GetGenericArguments ();
override this.GetGenericArguments : unit -> Type[]
Public Overrides Function GetGenericArguments () As Type()

Returns

Type[]

Returns Type.

Applies to