Share via


ConstructorInfoWrapper.GetGenericArguments Method

This member overrides MethodBase.GetGenericArguments().

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<System.Type[]

.NET Framework Security

See Also

Reference

ConstructorInfoWrapper Class

Microsoft.VisualStudio.Shell.Design Namespace