JsonObject.ICollection<KeyValuePair<String,JsonValue>>.IsReadOnly プロパティ

定義

ICollection<T> が読み取り専用かどうかを示す値を取得します。

property bool System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String,System::Json::JsonValue>>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Json.JsonValue>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Json.JsonValue>>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of String, JsonValue)).IsReadOnly

プロパティ値

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

実装

注釈

注意

名前空間は System.Json Silverlight 用に設計されましたが、これはサポートされなくなりました。 JSON を処理する場合は、代わりに 名前空間で System.Text.Json API を使用することをお勧めします。

適用対象