Share via


MethodBase.GetGenericArguments Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overridable Function GetGenericArguments As Type()
'Usage
Dim instance As MethodBase
Dim returnValue As Type()

returnValue = instance.GetGenericArguments()
public virtual Type[] GetGenericArguments()
public:
virtual array<Type^>^ GetGenericArguments()
abstract GetGenericArguments : unit -> Type[] 
override GetGenericArguments : unit -> Type[] 
public function GetGenericArguments() : Type[]

Return Value

Type: array<System.Reflection.Mock.Type[]

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace