ConstructorInfoWrapper::GetGenericArguments Method ()

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual array<Type^>^ GetGenericArguments() override

Return Value

Type: array<System::Type^>^

Returns Type.

Return to top
Show: