Condividi tramite


OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se il ICollection<T> è di sola lettura.

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

Valore della proprietà

true se il ICollection<T> è di sola lettura; in caso contrario, false.

Implementazioni

Si applica a