HttpStaticObjectsCollectionBase.IsSynchronized Propriedade
Definição
Quando substituída em uma classe derivada, obtém um valor que indica se a coleção é thread-safe.When overridden in a derived class, gets a value that indicates whether 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
Valor da propriedade
true se a coleção for thread-safe; caso contrário, false .true if the collection is thread-safe; otherwise, false.
Implementações
Exceções
Sempre.Always.