Collection.ICollection.IsSynchronized Propriedade

Definição

Obtém um valor que indica se o acesso ao objeto Collection é sincronizado (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 ICollectionIsSynchronized As Boolean Implements ICollection.IsSynchronized

Valor da propriedade

true se o acesso ao Collection objeto for sincronizado; caso contrário, false.

Aplica-se a