System.Generics.Defaults.TDefaultGenericInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDefaultGenericInterface = (giComparer, giEqualityComparer);

C++

enum DECLSPEC_DENUM TDefaultGenericInterface : unsigned char { giComparer, giEqualityComparer };

Properties

Type Visibility Source Unit Parent
enum public
System.Generics.Defaults.pas
System.Generics.Defaults.hpp
System.Generics.Defaults System.Generics.Defaults

Description

TDefaultGenericInterface is used internally.

TDefaultGenericInterface type is used internally and should not be used in any application.

See Also