Is there any inherent advantage to using a generated typed list over a dynamic one?
Is a generated typed list more efficient?
Thanks,
Phil
There is no speed difference, the only advantage of the typed list version is that it's typed and serializable.