XmlQuerySequence<T>.ICollection.IsSynchronized Propiedad

Definición

Devuelve false. no XmlQuerySequence<T> es seguro para subprocesos.

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

false

Implementaciones

Comentarios

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

Se aplica a