BindingContext.ICollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se la raccolta è sincronizzata.

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

Valore della proprietà

true se l'insieme è thread-safe; in caso contrario, false.

Implementazioni

Commenti

Questa proprietà è derivata da ICollection e viene sottoposta a override in modo da restituire sempre false.

Si applica a