For the life of me, I cannot figure out what is going on in the example piece of C# code below. The collection (List) property of the test class is set as read only, but ye
The StringCollection property doesn't have a setter so unless you add one you cannot modify its value.
StringCollection