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

属性值

Boolean

实现

适用于