[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 TValue this[
	TKey key
] { get; set; }
Public Overridable Default Property Item ( _
	key As TKey _
) As TValue
public:
virtual property TValue default[TKey key] {
	TValue get (TKey key);
	void set (TKey key, TValue value);
}

Parameters

key
TKey

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Item[([(TKey])])

See Also