StringValues.ICollection<String>.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se la raccolta è di sola lettura.

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

Valore della proprietà

true se la raccolta è di sola lettura; in caso contrario, false.

Implementazioni

Si applica a