ImmutableSortedDictionary<TKey,TValue>.IDictionary.IsReadOnly Proprietà

Definizione

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

property bool System::Collections::IDictionary::IsReadOnly { bool get(); };
bool System.Collections.IDictionary.IsReadOnly { get; }
member this.System.Collections.IDictionary.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IDictionary.IsReadOnly

Valore della proprietà

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

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia ImmutableSortedDictionary<TKey,TValue>IDictionary .

Si applica a