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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.