[fpc-pascal] How to use generics and meta class?
Sven Barth
pascaldragon at googlemail.com
Wed Feb 26 17:35:45 CET 2014
Am 26.02.2014 16:16, schrieb silvioprog:
> Can I use this "metatype" in other class? E.g.:
Just as a general remark: Outside of a generic's declaration or the
implementation of its methods you *must not* (and *can not*) use it
without "<...>" and the "..." needs to be a valid type (this includes
type parameters if you use a generic inside the declaration or the
implementation of another generic).
Regards,
Sven
More information about the fpc-pascal
mailing list