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

屬性值

如果集合為安全執行緒 (Thread Safe),則為 true,否則為 false

實作

備註

這個屬性是衍生自 ICollection,而且會加以覆寫,如此一定會傳回 false

適用於