[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:Facebook.Json.Linq.JObject.System#Collections#Generic#ICollection{T}#IsReadOnly"]

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
bool ICollection<KeyValuePair<string, JToken>>.IsReadOnly { get; }
Visual Basic (Declaration)
Private ReadOnly Property IsReadOnly As Boolean
	Implements ICollection(Of KeyValuePair(Of String, JToken)).IsReadOnly
Visual C++
private:
virtual property bool IsReadOnly {
	bool get () sealed = ICollection<KeyValuePair<String^, JToken^>>::IsReadOnly::get;
}

Implements

ICollection<(Of <(T>)>)..::.IsReadOnly

See Also

JObject Class
Facebook.Json.Linq Namespace