Name | Description | |
---|---|---|
Add | Adds an item to the System.Collections.IList. | |
AddRange | Adds a range of objects of the collection. | |
Clear | Removes all items from the System.Collections.IList. | |
Clone | Creates a new object that is a copy of the current instance. | |
Contains | Determines whether the System.Collections.IList contains a specific value. | |
CopyTo | Copies the buttons of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. | |
Deserialize | Loads the object from XML. | |
Equals | Determines whether the specified System.Object is equal to the current System.Object. | |
GetEnumerator | Returns an enumerator that iterates through a collection. | |
GetHashCode | Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | |
IndexOf | Determines the index of a specific item in the System.Collections.IList. | |
Insert | Inserts an item to the System.Collections.IList at the specified index. | |
Remove | Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the System.Collections.IList item at the specified index. | |
Serialize | Saves the object to XML. |