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

‘선언
Public Overrides Function GetGenericArguments As Type()
‘사용 방법
Dim instance As ConstructorInfoWrapper
Dim returnValue As Type()

returnValue = instance.GetGenericArguments()
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

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace