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 接口时使用。

适用于