SimpleList Class (BCL)

Use this object to create an array of objects that supports enumeration.

This object supports the ICloneable and IPersistXML interfaces. Use the ICloneable interface to deep copy all name/value pairs into a new dictionary. Use the IPersistXML interface to convert the Dictionary entries into an XML string and back again.

System.Object
   System.MarshalByRefObject
      System.__ComObject
**** Microsoft.CommerceServer.Runtime.SimpleListClass

Public Instance Methods

Method Description
Add Adds the specified item to the SimpleList object.
Delete Deletes the specified item from the SimpleList object.
GetEnumerator Retrieves an IEnumerator object for enumerating the contents of the SimpleList object.

Public Instance Properties

Property Type Description
Count Integer Stores the number of elements in the SimpleList object.

This property is read-only.

Item Object Stores an element of the SimpleList object.

This property is read/write.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: mscscorelib (in mscscorelib.dll)

See Also

Core Objects

Dictionary Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.