Class TAnotherGenericType

Description
Hierarchy

Unit

Declaration

type TAnotherGenericType = class(TDictionary<TObject,TObject>)

Description

Sample for a generic with more than one type. TPair is a Key-Value-Relation

Hierarchy