HttpFileCollectionBase.IsSynchronized 属性

定义

当在派生类中重写时,获取一个值,该值指示对集合的访问是否线程安全。When overridden in a derived class, gets a value that indicates whether access to the collection is thread-safe.

public:
 virtual property bool IsSynchronized { bool get(); };
public virtual bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public Overridable ReadOnly Property IsSynchronized As Boolean

属性值

Boolean

如果访问是同步的(线程安全),则为 true;否则为 falsetrue if access is synchronized (thread-safe); otherwise, false.

实现

例外

始终。Always.

适用于