Name | Description | |
---|---|---|
Add | Adds a GroupInfo object to the collection. | |
AddRange | Overloaded. Adds an array of GroupInfo objects to the collection. | |
Clear | Removes all GroupInfo objects from the collection. | |
Contains | Determines whether the collection contains the specified GroupInfo object. | |
CopyTo | Overloaded. Copies the GroupInfos in the collection to a specified array at a specified position. | |
Deserialize | Loads the collection of grouping information objects from XML. | |
GetEnumerator | Gets an IEnumerator object for enumerating through the GroupInfo objects in the collection. | |
IndexOf | Returns the index of the specified GroupInfo object in the collection. | |
Insert | Inserts a GroupInfo into the collection at the specified index. | |
Remove | Removes the specified GroupInfo object from the collection. | |
RemoveAt | Removes the GroupInfo object from the collection at the specified index. | |
Serialize | Saves the collection of grouping information objects to XML. |