BindingContext.ICollection.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

属性值

如果集合是线程安全的,则为 true;否则为 false

实现

注解

此属性从 ICollection 派生,而且已重写此属性,使之始终返回 false

适用于