TypeConverter::StandardValuesCollection::ICollection::IsSynchronized Property
.NET Framework (current version)
For a description of this member, see ICollection::IsSynchronized.
Assembly: System (in System.dll)
private: property bool IsSynchronized { virtual bool get() sealed = ICollection::IsSynchronized::get; }
Implements
ICollection::IsSynchronizedFor speed, the TypeConverter::StandardValuesCollection is not synchronized. Since it is read-only, there is no need to synchronize it.
.NET Framework
Available since 2.0
Available since 2.0
Show: