Public Methods

MethodDescription
AddCreates a new ValuePair in the collection, and then returns the pointer. PARAMETERS: Value (String), ValueDescription (String).
RemoveDeletes a ValuePair object specified by the given Value. PARAMETERS: Value (String).

Public Properties

PropertyDescription
_ItemReturns a ValuePair object specified by the given Value. PARAMETERS: Value (String).
_NewEnum
CountNumber of ValuePair objects in the collection. DATATYPE: Integer.
ItemReturns a ValuePair object specified by the given Value. PARAMETERS: Value (String).