[]
Adds an array of GroupInfo objects to the collection.
public virtual void AddRange(ICollection c)
Public Overridable Sub AddRange(c As ICollection)
Type | Name | Description |
---|---|---|
ICollection | c | GroupInfoCollection or array of GroupInfo objects to add to the collection |
Adds an array of GroupInfo objects to the collection.
public virtual void AddRange(GroupInfo[] array)
Public Overridable Sub AddRange(array As GroupInfo())
Type | Name | Description |
---|---|---|
GroupInfo[] | array | Array of GroupInfo objects to add to the collection |