Type.GenericTypeArguments Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets an array of the generic type arguments for this type.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overridable ReadOnly Property GenericTypeArguments As Type()
public virtual Type[] GenericTypeArguments { get; }

Property Value

Type: array<System..::.Type>[]()[]
An array of the generic type arguments for this type.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Type Class

System Namespace