Skybound AutoComplete

AutoComplete.ObjectCollection Members

AutoComplete.ObjectCollection overview

Public Instance Properties

Count Gets the number of items in the collection.
Item Gets or sets the Object at the given index in this instance.

Public Instance Methods

Add Adds an instance of type Object to the end of this instance.
AddRange Adds the elements of an array to the end of this AutoComplete.ObjectCollection.
Clear Removes all items from the collection.
Contains Determines whether a specfic Object value exists in this instance.
CopyTo Copies the elements of the current collection to a Array, starting at the specified array index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an IEnumerator that can iterate through the collection.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Returns the zero-based index of the first occurrence of a specified value in this instance.
Insert Inserts a Object into this instance at the specified index.
Remove Removes the first occurrence of a specific Object from this instance.
RemoveAt Removes the item at the specified index from the collection.
ToArray Copies the elements of this instance to a new Object array.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AutoComplete.ObjectCollection Class | Skybound.AutoComplete Namespace