ImmutableSortedSet<T>.ICollection.IsSynchronized Propiedad

Definición

Devuelve true, ya que las colecciones inmutables siempre son seguras 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 indica 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 ImmutableSortedSet<T> instancia se convierte en una ICollection interfaz.

Se aplica a