SynchronizedCollection<T>.ICollection<T>.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se la raccolta è di sola lettura.

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

Valore della proprietà

false

Implementazioni

Commenti

Questa proprietà restituisce false sempre perché l'insieme può essere aggiunto a e quindi non è di sola lettura.

Si applica a