Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<Group>) | |
Item | Overloaded. Gets the first Group with the specified name in the collection. |
The following tables list the members exposed by GroupCollection.
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<Group>) | |
Item | Overloaded. Gets the first Group with the specified name in the collection. |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<Group>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<Group>) | |
Clear | Overloaded. Removes all groups from the collection, then disposes the groups. | |
Contains | Overloaded. Determines whether this collection contains a Group with the specified name. | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Group>) | |
IndexOf | Overloaded. Determines index of the first Group with the specified name in the collection. | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<Group>) | |
Remove | Overloaded. Removes the first occurrence of the Group with the specified name from the collection. | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Group>) |
Name | Description | |
---|---|---|
ClearItems | Overridden. Removes all items from the GroupCollection. | |
InsertItem | Overridden. Inserts a Group into the GroupCollection at the specified index. | |
RemoveItem | Overridden. Removes the item at the specified index of the GroupCollection. | |
SetItem | Overridden. Replaces the Group at the specified index. |