Array.ICollection.IsSynchronized Propriedade
Definição
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 se o acesso a Array for sincronizado (thread-safe); caso contrário, false.true if access to the Array is synchronized (thread safe); otherwise, false.