[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++ 
[SerializableAttribute]
public class DictionaryEx<TKey, TValue> : IDictionary<TKey, TValue>, 
	ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, 
	IEnumerable
<SerializableAttribute> _
Public Class DictionaryEx(Of TKey, TValue) _
	Implements IDictionary(Of TKey, TValue), ICollection(Of KeyValuePair(Of TKey, TValue)),  _
	IEnumerable(Of KeyValuePair(Of TKey, TValue)), IEnumerable
[SerializableAttribute]
generic<typename TKey, typename TValue>
public ref class DictionaryEx : IDictionary<TKey, TValue>, 
	ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, 
	IEnumerable

Type Parameters

TKey
TValue

Members

               
 All Members  Constructors   Properties   Methods   Events  

Inheritance Hierarchy

System..::.Object
  Phoenix.Collections..::.DictionaryEx<(Of <(TKey, TValue>)>)
    Phoenix.Macros..::.MacrosCollection

See Also