JsonObject.ICollection<KeyValuePair<String,JsonValue>>.IsReadOnly Properti

Definisi

Mendapatkan nilai yang menunjukkan apakah ICollection<T> bersifat baca-saja.

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

Nilai Properti

trueICollection<T> jika bersifat baca-saja; jika tidak, false.

Penerapan

Keterangan

Catatan

Namespace System.Json dirancang untuk Silverlight, yang tidak lagi didukung. Untuk memproses JSON, sebaiknya gunakan API di namespace sebagai gantinya System.Text.Json .

Berlaku untuk