MatchCollection.ICollection.IsSynchronized 属性

定义

获取一个值,该值指示对集合的访问是否同步(线程安全)。Gets a value that indicates whether access to the collection is synchronized (thread-safe).

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

属性值

Boolean

在所有情况下均为 false。false in all cases.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 MatchCollection 实例被强制转换为 ICollection 接口时使用。It can be used only when the MatchCollection instance is cast to an ICollection interface.

适用于