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
- 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.