Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : IsGeneric( ) method
 

IsGeneric( ) method

Returns a LOGICAL value indicating if the specified class is a generic class. This method only returns TRUE for a generic .NET class; it always returns FALSE for ABL classes.
Return type: LOGICAL
Access: PUBLIC
Applies to: Progress.Lang.Class class

Syntax

IsGeneric( )