Name | Description | |
---|---|---|
Count | Gets the count of the collection. | |
Item | Gets or sets the item at the specified position. |
The following tables list the members exposed by ListItemCollection.
Name | Description | |
---|---|---|
Count | Gets the count of the collection. | |
Item | Gets or sets the item at the specified position. |
Name | Description | |
---|---|---|
Add | Overloaded. Add an item to the collection. | |
AddRange | Overloaded. Adds some items of specified collection to the end of the collection. | |
Clear | Clears all the items in the collection. | |
Contains | Determines whether the collection contains specified item. | |
CopyTo | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. | |
Find | Finds the value by comparer form start index. | |
FindAllObject | Finds the first item in the List that matches the specified object. | |
FindAllString | Finds the first item in the collection that starts with the specified string. | |
FindAllStringExact | Finds the first item in the List that matches the specified string. | |
FindObject | Finds the first item after specifed index that matches the specified object. | |
FindString | Finds the first item after the given index which starts with the given string. | |
FindStringExact | Finds the first item after the specified index that matches the specified string. | |
GetEnumerator | Gets the enumerator of the collection. | |
IndexOf | Gets index of the item. | |
Insert | Inserts an item to the collection at the specified position | |
Remove | Deletes a specific item form the collection. | |
RemoveAt | Removes the item at the specific position from the collection. | |
ToArray | Copies the subItems of the colletion to a new Array. |