Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~107 People Reached
Favorite Forums
Member Avatar for drdad5727

Suppose I have classes A and B, which derives from A. Suppose I have a method that operates on collections of A's. I'd like to pass it a collection of B's. How can I do that? In other words: [code=C#] class A {} class B : A {} void doAStuff(List<A> …

Member Avatar for DdoubleD
0
107