JsonArray.ICollection<JsonNode>.IsReadOnly Egenskap

Definition

Returnerar 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

Egenskapsvärde

true om är ICollection<T> skrivskyddad, annars false.

Implementeringar

Gäller för