Identify generic type parameters
- Last Updated: September 8, 2022
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To identify what type parameter or parameters are required to construct a given .NET generic type, you can begin by using the Class Browser in Progress Developer Studio for OpenEdge look up the open type name, then review the complete description for the generic type in the .NET documentation.
In .NET Framework class library documentation, you can identify a generic
type by how it is listed under its namespace. Depending on the .NET Framework version, the
listing for the object type might include the word "Generic". For example, the .NET
Framework 4.8 listing for the Stack generic type appears
under the System.Collections.Generic namespace as
follows:
|
See the class library reference documentation at the following location:
|