The Groups type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Groups |
Initializes a new instance of the Groups class.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Method top add a Group object into the container.
| |
| Clear |
Clears all item from the container.
| |
| (Inherited from | ||
| Exists |
Method to check whether a group exists in the container.
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| Find |
Method to retrieve a Group item from the container.
| |
| GetEnumerator |
Enumerator for groups class.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Method to remove a group from the container based on its id.
| |
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of items.
| |
| Item |
Gets the index group item.
|
See Also