Share via


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)

Syntax

'Declaration
Public Overrides Function GetGenericArguments As Type()
public override Type[] GetGenericArguments()
public:
virtual array<Type^>^ GetGenericArguments() override
abstract GetGenericArguments : unit -> Type[] 
override GetGenericArguments : unit -> Type[] 
public override function GetGenericArguments() : Type[]

Return Value

Type: array<Type[]
Returns Type.

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace