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

Definizione

Restituisce true perché le raccolte non modificabili sono sempre di sola lettura. Vedere l'interfaccia ICollection<T>.

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à

Valore booleano che indica se l'insieme è di sola lettura.

Implementazioni

Si applica a