ImmutableSortedSet<T>.ICollection.IsSynchronized 屬性

定義

因為不可變的集合一律為安全執行緒,所以傳回 True。 請參閱 ICollection 介面。

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

屬性值

布爾值,指出集合是否為安全線程。

實作

備註

這個成員是明確介面成員實作, 只有在 ImmutableSortedSet<T> 執行個體轉換成 ICollection 介面時,才能使用這個成員。

適用於