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

Namespace:  Phoenix.Collections
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual void Add(
	TKey key,
	TValue value
)
Public Overridable Sub Add ( _
	key As TKey, _
	value As TValue _
)
public:
virtual void Add(
	TKey key, 
	TValue value
)

Parameters

key
TKey
value
TValue

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Add(TKey, TValue)

See Also