This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class AIMReferenceCollection
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AIMReferenceCollection

The type exposes the following members.

Public Constructors

  Name Description
Public method AIMReferenceCollection
Initializes a new instance of the AIMReferenceCollection class.

Public Methods

  Name Description
Public method Add
Adds an item to the ICollection<(Of <(<'T>)>)>.
Public method Clear
Removes all items from the ICollection<(Of <(<'T>)>)>.
Public method Contains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Public method CopyTo
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
Public method Equals (Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Remove
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Count
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Public property IsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.

See Also

Advanced