ImmutableArray<T>.ICollection.IsSynchronized Propiedad
Definición
Vea la interfaz ICollection.See the ICollection interface. Siempre devuelve true
, ya que las colecciones inmutables son seguras para subprocesos.Always returns true
since since immutable collections are thread-safe.
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.Boolean value determining whether the collection is thread-safe.
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 ImmutableArray<T> se convierte en una interfaz ICollection.It can be used only when the ImmutableArray<T> instance is cast to an ICollection interface.