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

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

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

Syntax

C#
void ICollection<KeyValuePair<string, JToken>>.Clear()
Visual Basic (Declaration)
Private Sub Clear Implements ICollection(Of KeyValuePair(Of String, JToken)).Clear
Visual C++
private:
virtual void Clear() sealed = ICollection<KeyValuePair<String^, JToken^>>::Clear

Implements

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

See Also

JObject Class
Facebook.Json.Linq Namespace