StateBag.ICollection.IsSynchronized Propriedade
Definição
Para obter uma descrição desse membro, confira IsSynchronized.For a description of this member, see IsSynchronized.
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
Valor da propriedade
true caso o acesso ao ICollection seja sincronizado (thread-safe); do contrário, false.true if access to the ICollection is synchronized (thread safe); otherwise, false.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de StateBag é convertida em uma interface de ICollection.It can be used only when the StateBag instance is cast to an ICollection interface.