Collection.ICollection.IsSynchronized Propiedad

Definición

Obtiene un valor que indica si el Collection acceso al objeto está sincronizado (seguro para subprocesos).

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 de propiedad

true es si se sincroniza el acceso al Collection objeto; de lo contrario, falsees .

Se aplica a