ListSortDescriptionCollection.ICollection.IsSynchronized 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,用于指示对集合的访问是否是线程安全的。
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 接口时使用。