LinkLabel.LinkCollection.ICollection.IsSynchronized Propiedad
Definición
Para obtener una descripción de este miembro, vea IsSynchronized.For a description of this member, see IsSynchronized.
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 de propiedad
Es true
si el acceso a ICollection está sincronizado (es seguro para subprocesos); de lo contrario, es false
.true
if access to the ICollection is synchronized (thread safe); otherwise, false
.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de LinkLabel.LinkCollection se convierte en una interfaz ICollection.It can be used only when the LinkLabel.LinkCollection instance is cast to an ICollection interface.