When observe the definition of
ICollection extends IEnumerable. It provides size and synchronization members in addition to enumeration.
Does synchronization here represent the synchronization of collection ,when it is shared
by multiple threads?.Kindly explain me with simple example how can i practically use "ICollection.IsSynchronized Property
".
Thanks.