Of course, I should have known. I’m just recently getting started on generics
and finding some uses for them. Thanks.
> On Feb 10, 2017, at 3:22 PM, Marco van de Voort wrote:
>
> After specialization, the method signature now substitutes tobject for T, so
> try
Regards,
Ryan Joseph
__
In our previous episode, Ryan Joseph said:
> type
> TObjectListAbstract = specialize TList;
> TObjectList = class (TObjectListAbstract)
> procedure Add (value: T); override;
> end;
After specialization, the method signature now substitutes tobject for T, so
try