HttpStaticObjectsCollection.IsSynchronized 屬性

定義

會取得一個值,表示集合是否同步(即執行緒安全)。

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

屬性值

在此實作中,此性質總是回傳 false

實作

適用於