ProviderCollection.IsSynchronized 屬性

定義

取得值,表示是否同步化存取集合 (執行緒安全)。

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

屬性值

Boolean

所有情況下都是 false

實作

備註

這個屬性包含在內,以滿足 ICollection 介面。

適用於

另請參閱