Condividi tramite


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

Definizione

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

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

Valore della proprietà

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

Implementazioni

Si applica a