[]
Adds a GroupInfo object to the collection.
public virtual int Add(GroupInfo value)
Public Overridable Function Add(value As GroupInfo) As Integer
Type | Name | Description |
---|---|---|
GroupInfo | value | GroupInfo object to add |
Type | Description |
---|---|
int | The index of value in the collection. |
Type | Condition |
---|---|
ArgumentNullException | No value specified; a GroupInfo object must be specified |