StringValues.ICollection<String>.IsReadOnly Propriedade

Definição

Recebe um valor que indica se a coleção é apenas de leitura.

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

Valor de Propriedade

true se a coleção for de apenas leitura; caso contrário, false.

Implementações

Aplica-se a