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