JsonArray.ICollection<JsonNode>.IsReadOnly Propriedade

Definição

Retorna false.

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

Valor de Propriedade

true se o ICollection<T> for só de leitura; caso contrário, false.

Implementações

Aplica-se a