G
Guest
I have a collections class that inherits from CollectionsBase. I've implemented "Add" but I would like that to be the only method exposed...I don't want "RemoveAt" or any of those others in CollectionsBase exposed. Is there a way to do that
Thanks
Thanks