ListBox.IntegerCollection Methods
.NET Framework 4.5
The ListBox.IntegerCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds a unique integer to the collection in sorted order. |
|
AddRange(Int32[]) | Adds an array of integers to the collection. |
|
AddRange(ListBox.IntegerCollection) | Adds the contents of an existing ListBox.IntegerCollection to another collection. |
|
Clear | Removes all integers from the ListBox.IntegerCollection. |
|
Contains | Determines whether the specified integer is in the collection. |
|
CopyTo | Copies the entire ListBox.IntegerCollection into an existing array of integers at a specified location within the array. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IndexOf | Retrieves the index within the ListBox.IntegerCollection of the specified integer. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes the specified integer from the ListBox.IntegerCollection. |
|
RemoveAt | Removes the integer at the specified index from the ListBox.IntegerCollection. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
|
IEnumerable.GetEnumerator | Retrieves an enumeration of all the integers in the ListBox.IntegerCollection. |
|
IList.Add | Infrastructure. Adds a tab stop to the collection. |
|
IList.Clear | Infrastructure. Clears all the tab stops from the collection. |
|
IList.Contains | Infrastructure. Determines whether the specified tab stop is in the collection. |
|
IList.IndexOf | Infrastructure. Returns the index of the specified tab stop in the collection. |
|
IList.Insert | Inserts an item into the collection at a specified index. |
|
IList.Remove | Removes the first occurrence of an item from the collection. |
|
IList.RemoveAt | Removes the item at a specified index. |