ExpandoObject.ICollection<KeyValuePair<String,Object>>.IsReadOnly Proprietà

Definizione

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

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

Valore della proprietà

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

Implementazioni

Si applica a