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

[Missing <summary> documentation for "M:Facebook.StaticDictionaryCache.Facebook#ICacheWrapper#Add(System.String,System.Object)"]

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

Syntax

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

Parameters

key
Type: System..::.String

[Missing <param name="key"/> documentation for "M:Facebook.StaticDictionaryCache.Facebook#ICacheWrapper#Add(System.String,System.Object)"]

value
Type: System..::.Object

[Missing <param name="value"/> documentation for "M:Facebook.StaticDictionaryCache.Facebook#ICacheWrapper#Add(System.String,System.Object)"]

Implements

ICacheWrapper..::.Add(String, Object)

See Also

StaticDictionaryCache Class
Facebook Namespace