Collection.ICollection.IsSynchronized Propriedade
Definição
Obtém um valor que indica se o acesso ao objeto Collection é sincronizado (thread-safe).Gets a value that indicates whether access to the Collection object is synchronized (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 .true if access to the Collection object is synchronized; otherwise, false.