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

[Missing <summary> documentation for "M:Facebook.Json.Linq.JObject.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{System.String,Facebook.Json.Linq.JToken})"]

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>>.Remove(
	KeyValuePair<string, JToken> item
)
Visual Basic (Declaration)
Private Function Remove ( _
	item As KeyValuePair(Of String, JToken) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, JToken)).Remove
Visual C++
private:
virtual bool Remove(
	KeyValuePair<String^, JToken^> item
) sealed = ICollection<KeyValuePair<String^, JToken^>>::Remove

Parameters

item
Type: System.Collections.Generic..::.KeyValuePair<(Of <(String, JToken>)>)

[Missing <param name="item"/> documentation for "M:Facebook.Json.Linq.JObject.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{System.String,Facebook.Json.Linq.JToken})"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Linq.JObject.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{System.String,Facebook.Json.Linq.JToken})"]

Implements

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

See Also

JObject Class
Facebook.Json.Linq Namespace