DomainUpDown.DomainUpDownItemCollection
Wisej.Web.DomainUpDown DomainUpDownItemCollection
Last updated
Was this helpful?
Wisej.Web.DomainUpDown DomainUpDownItemCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Encapsulates a collection of objects for use by the class.
: Returns the number of items in the collection.
: Returns a value indicating whether this collection can be modified.
: Retrieves the item at the specified index within the collection.
Throws:
The index was less than zero; or the index was greater of equal to the count of items in the collection.
Adds an object to the end of the collection.
item
Adds a collection of objects to the end of the collection.
items
Items to add to the end of the collection.
Determines if the specified item is located within the collection.
item
An object representing the item to locate in the collection.
Returns an enumerator that can be used to iterate through the item collection.
Retrieves the index within the collection of the specified item.
item
An object representing the item to locate in the collection.
Throws:
Inserts an element into the collection at the specified index.
index
The zero-based index at which item should be inserted.
item
Throws:
Removes the first occurrence of a specific object from the collection.
item
Removes the element at the specified index of the collection.
index
The zero-based index of the element to remove.
Throws:
The to be added to the end of the collection. The value can be null.
Returns: . The index at which the item has been added.
Removes all items from the control.
Returns: . true if the item is located within the collection; otherwise, false.
Returns: . A that represents the item collection.
Returns: . The zero-based index where the item is located within the collection; otherwise, -1.
The item parameter was null.
The to insert. The value can be null.
index is less than zero, or index is greater than number of items in the collection.
The to remove from the collection. The value can be null.
index is less than zero; or index is equal to or greater than number of items in the collection.