ConstructorInfoWrapper.GetGenericArguments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type arguments of a generic method or the type parameters of a generic method definition.
public:
override cli::array <Type ^> ^ GetGenericArguments();
public:
override Platform::Array <Platform::Type ^> ^ GetGenericArguments();
public override Type[] GetGenericArguments ();
override this.GetGenericArguments : unit -> Type[]
Public Overrides Function GetGenericArguments () As Type()
Returns
Type[]
Returns Type.