DefinitionGroups
Description:
A specialized set of definition groups that allows creation of new groups.
A specialized set of definition groups that allows creation of new groups.
public class DefinitionGroups : IEnumerable<DefinitionGroup>,
IDisposable
| Name | Return Type | Description |
|---|---|---|
| Contains(DefinitionGroup) | bool | Tests for the existence of a definition group within the collection. |
| Create(String) | nullNothingnullptr | Create a new parameter definition group using the name provided. |
| Dispose() | None | Releases all resources used by the |
| GetBasicIEnumerator() | IEnumerator | Returns an enumerator that iterates through a collection. |
| GetEnumerator() | The enumerator. | Retrieves an enumerator to the collection. |
| Name | Return Type | Description |
|---|---|---|
| IsEmpty | bool | Identifies if the definition groups collection is empty. |
| Item | DefinitionGroup | Retrieve a definition group by name. |
| Size | int | The number of definition groups in the collection. |