I'm writing a custom Find() function on a collection class derived from
List<T>. The function will return an object of the type held in the
collection.
How do I specify the return type of the function? Thanks.
--
David Veeneman
Foresight Systems
List<T>. The function will return an object of the type held in the
collection.
How do I specify the return type of the function? Thanks.
--
David Veeneman
Foresight Systems
Comment