CollectionClass
a) Collection Class must implement System.Collections.Generic.Icollection
b)Collection Class must implement System.Collections.Generic.IList
c) Each of the Items in the Initializer List will be passed to the Add
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 16, 2012, 6:05 AM
The collection requires an Add() method and also needs to implement IEnumerable though that isn't mentioned in the question.