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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.DictionaryWrapper`2.System#Collections#IDictionary#Add(System.Object,System.Object)"]

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

Syntax

C#
void IDictionary.Add(
	Object key,
	Object value
)
Visual Basic (Declaration)
Private Sub Add ( _
	key As Object, _
	value As Object _
) Implements IDictionary.Add
Visual C++
private:
virtual void Add(
	Object^ key, 
	Object^ value
) sealed = IDictionary::Add

Parameters

key
Type: System..::.Object

[Missing <param name="key"/> documentation for "M:Facebook.Json.Utilities.DictionaryWrapper`2.System#Collections#IDictionary#Add(System.Object,System.Object)"]

value
Type: System..::.Object

[Missing <param name="value"/> documentation for "M:Facebook.Json.Utilities.DictionaryWrapper`2.System#Collections#IDictionary#Add(System.Object,System.Object)"]

Implements

IDictionary..::.Add(Object, Object)

See Also

DictionaryWrapper<(Of <(TKey, TValue>)>) Class
Facebook.Json.Utilities Namespace