JsonArray.ICollection<JsonNode>.IsReadOnly プロパティ

定義

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

プロパティ値

true ICollection<T>が読み取り専用の場合は %。それ以外の場合はfalse

実装

適用対象