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

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

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

Syntax

C#
Object ICacheWrapper.Remove(
	string key
)
Visual Basic (Declaration)
Private Function Remove ( _
	key As String _
) As Object Implements ICacheWrapper.Remove
Visual C++
private:
virtual Object^ Remove(
	String^ key
) sealed = ICacheWrapper::Remove

Parameters

key
Type: System..::.String

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

Return Value

[Missing <returns> documentation for "M:Facebook.StaticDictionaryCache.Facebook#ICacheWrapper#Remove(System.String)"]

Implements

ICacheWrapper..::.Remove(String)

See Also

StaticDictionaryCache Class
Facebook Namespace