ListSortDescriptionCollection.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

实现

注解

此属性始终返回 true,因为一旦构造,集合是只读的。 此成员是显式接口成员的实现。 它只能在 ListSortDescriptionCollection 实例被强制转换为 ICollection 接口时使用。

适用于