DictionaryClass Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("B7990D09-45FD-11D0-8176-00A0C90A90C7")> _
Public Class DictionaryClass _
    Implements IDictionary, Dictionary, IEnumerable
'Usage
Dim instance As DictionaryClass
[ClassInterfaceAttribute()]
[GuidAttribute("B7990D09-45FD-11D0-8176-00A0C90A90C7")]
public class DictionaryClass : IDictionary, 
    Dictionary, IEnumerable
[ClassInterfaceAttribute()]
[GuidAttribute(L"B7990D09-45FD-11D0-8176-00A0C90A90C7")]
public ref class DictionaryClass : IDictionary, 
    Dictionary, IEnumerable
public class DictionaryClass implements IDictionary, Dictionary, IEnumerable

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.DictionaryClass

Thread Safety

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

See Also

Reference

DictionaryClass Members

Microsoft.CommerceServer.Runtime Namespace