M
mick
Still dabbling in Generics. Couple of questions
1 . If I pass a generic list into a generic method, how do I
find the type of the objects in the list - cant work out
the syntax.
2. The placeholders that are used like "<T>" cant they be
anything <A> <B> <X> <Z>?
mick
1 . If I pass a generic list into a generic method, how do I
find the type of the objects in the list - cant work out
the syntax.
2. The placeholders that are used like "<T>" cant they be
anything <A> <B> <X> <Z>?
mick