Implemented interface member:
property
IsSynchronized
System.Collections.ICollection.IsSynchronized
1 override of IsSynchronized
mscorlib (1)
system\collections\sortedlist.cs (1)
585public override bool IsSynchronized {
2 references to IsSynchronized
mscorlib (2)
system\collections\sortedlist.cs (2)
845get { return sortedList.IsSynchronized; } 933get { return sortedList.IsSynchronized; }