Implicit Conversion over a Collection
问题 I ran into a problem this week regarding implicit conversions in C# on collections. While this (using implicit ) may not be our final approach, I wanted to at least finish out the code to offer the team as an option. I boiled down the problem to the following sample case: I have two classes in my example: one that represents a business object (Foo) and one that represents the client version (View Object) of this business item (FooVO), as defined below... public class Foo { public string Id