Click or drag to resize
Collection Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Substitute for Microsoft.VisualBasic.Collection that implements a keys property
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardCollection

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class Collection : Collection_Collection, IEnumerable, 
	ISerializable, ICollection, IList

The Collection type exposes the following members.

Constructors
  NameDescription
Public methodCollection
Initializes a new instance of the Collection class
Top
Methods
  NameDescription
Public methodAdd
Adds an element to a Collection object.
Public methodBuildFromVBCollection
Public methodClear
Deletes all elements of a Visual Basic Collection object.
Public methodContains
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetEnumerator
Returns a reference to an enumerator object, which is used to iterate over a Collection object.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Public methodIListAdd
Public methodRemove(Int32)
Removes an element from a Collection object.
Public methodRemove(String)
Removes an element from a Collection object.
Public methodSetObjectData
Top
Operators
Fields
Properties
  NameDescription
Public propertyCount
Returns an Integer containing the number of elements in a collection.
Public propertyItemInt32
Returns a specific element of a Collection object either by position or by key. Read-only.
Public propertyItemObject
Returns a specific element of a Collection object either by position or by key.
Public propertyItemString
Returns a specific element of a Collection object either by position or by key. Read-only.
Public propertyKeys
Gets a list of strings that represents the keys for this collection
Public propertyObjects
Gets a list of objects that represents the objects for this collection
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Top
Explicit Interface Implementations
Remarks