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

[Missing <summary> documentation for "M:Facebook.Web.FacebookHttpSession.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
bool ICollection<KeyValuePair<string, Object>>.Remove(
	KeyValuePair<string, Object> item
)
Visual Basic (Declaration)
Private Function Remove ( _
	item As KeyValuePair(Of String, Object) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
Visual C++
private:
virtual bool Remove(
	KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Remove

Parameters

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

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

Return Value

[Missing <returns> documentation for "M:Facebook.Web.FacebookHttpSession.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Implements

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

See Also

FacebookHttpSession Class
Facebook.Web Namespace