I want to store a class in a Collection and be able to alter the properties of the class without having to remove the collection item and add it back again.
My research has shown that the Item itself cannot be changed without the remove/replace operation, but what about the properties of the item.