D
David Veeneman
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.
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.