XmlQuerySequence<T>.ICollection<T>.IsReadOnly Vlastnost

Definice

Pokud XmlQuerySequence<T> je jen pro čtení, tato vlastnost vrátí true .

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

Hodnota vlastnosti

Boolean

true Pokud XmlQuerySequence<T> je jen pro čtení, v opačném případě false .

Implementuje

Platí pro