MethodBuilder.GetGenericArguments Method
Returns an array of GenericTypeParameterBuilder objects that represent the type parameters of the method, if it is generic.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Type()An array of GenericTypeParameterBuilder objects representing the type parameters, if the method is generic, or Nothing if the method is not generic.
The type parameters of a generic method also are returned by the DefineGenericParameters method that is used to define them.
For more information, see MethodInfo.IsGenericMethod and MethodInfo.GetGenericArguments. For information on generic types, see Type.IsGenericType.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.