ListDictionary(TKey, TValue) Class

The ListDictionary class represents a collection of keys and values.

Namespace:  Microsoft.Dynamics.AX.Framework.MetaModel
Assembly:  Microsoft.Dynamics.AX.Framework.MetaModel (in Microsoft.Dynamics.AX.Framework.MetaModel.dll)

No code example is currently available or this language may not be supported.

Type Parameters

TKey
TValue

System.Object
  System.Collections.Generic.Dictionary<TKey, TValue>
    Microsoft.Dynamics.AX.Framework.MetaModel.ListDictionary<TKey, TValue>

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Community Additions

ADD
Show: