TypeConverter.StandardValuesCollection.ICollection.IsSynchronized 属性

定义

有关此成员的说明,请参见 IsSynchronized

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

属性值

在所有情况下均为 false

实现

注解

为了提高速度, TypeConverter.StandardValuesCollection 未同步。 由于它是只读的,因此无需同步它。

适用于

另请参阅