GroupCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of groups.
The GroupCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Returns the number of items in a collection. |
![]() |
IsReadOnly | |
![]() |
Item | Returns an item at a given index in the collection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | |
![]() |
Clear | |
![]() |
Contains | |
![]() |
CopyTo | |
![]() |
CreateObjRef | (inherited from MarshalByRefObject) |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetEnumerator | |
![]() |
GetGroupsByType | Gets a collection of groups of a given group type. |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject) |
![]() |
GetType | (inherited from Object) |
![]() |
IndexOf | Return the index of the group in the collection. |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject) |
![]() |
Insert | |
![]() |
MemberwiseClone() | (inherited from Object) |
![]() |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) |
![]() |
Remove | |
![]() |
RemoveAt | |
![]() |
ToString | (inherited from Object) |
![]() |
TryGetGroup | Gets the first ocurrence of a group with the specified name. Returns true if the collection contains a group with the specified name. Otherwise, false is returned. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator |
Top