[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Facebook.Web.FacebookHttpSession.System#Collections#Generic#ICollection{T}#Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
void ICollection<KeyValuePair<string, Object>>.Add( KeyValuePair<string, Object> item ) |
Visual Basic (Declaration) |
---|
Private Sub Add ( _ item As KeyValuePair(Of String, Object) _ ) Implements ICollection(Of KeyValuePair(Of String, Object)).Add |
Visual C++ |
---|
private: virtual void Add( KeyValuePair<String^, Object^> item ) sealed = ICollection<KeyValuePair<String^, Object^>>::Add |
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}#Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]