ImmutableList<T>.ICollection.IsSynchronized Propiedad

Definición

Este tipo es inmutable, por lo que siempre es seguro para subprocesos. Consulte la ICollection interfaz .

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

Valor booleano que determina si la colección es segura para subprocesos.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ImmutableList<T> instancia se convierte en una ICollection interfaz.

Se aplica a