The ERecSearchList type exposes the following members.

Constructors

  NameDescription
Public methodERecSearchList
Default constructor that creates an empty list.

Methods

  NameDescription
Public methodAdd
Inserts the ERecSearch object at the specified position in this list.
Public methodClear
Removes all the ERecSearch elements from the ERecSearchList.
Public methodContains
Determines whether an ERecSearch is in the ERecSearchList.
Public methodCopyTo
Copies the entire ERecSearchList to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator for the entire ERecSearchList.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of an ERecSearch in the ERecSearchList or in a portion of it.
Public methodInsert
Inserts an ERecSearch object into the ERecSearchList at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Int32)
Removes the ERecSearch at the specified position in this list.
Public methodRemove(Object)
Removes the first occurence of a specified ERecSearch object from the ERecSearchList.
Public methodRemoveAt
Removes the ERecSearch element at the specified index of the ERecSearchList.
Public methodSet
Replaces the ERecSearch at the specified position in this list with a new ERecSearch.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of ERecSearch objects actually contained in the ERecSearchList.
Public propertyIsFixedSize
Gets a value indicating whether the ERecSearchList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the ERecSearchList is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ERecSearchList is synchronized (thread-safe).
Public propertyItem
Gets and sets the ERecSearch at the specified index.
Public propertySyncRoot
This operation is not supported.

See Also