Returns an array of Progress.Lang.Class objects describing the type arguments for the given generic Progress.Lang.Class object. If the Progress.Lang.Class object is not generic, GetTypeArguments() returns an indeterminate array.

Return type: Progress.Lang.Class EXTENT

Access: PUBLIC

Applies to: Progress.Lang.Class class

Syntax

GetTypeArguments( )

For example, if the type is List<Dog>, then GetTypeArguments() returns an array with one entry, a Progress.Lang.Class object for type Dog.

See also

<T> Generic type reference