Removes the specified Group object from the collection.

 public void Remove(Group group)
Public Sub Remove(ByVal group As Group)

The Group object to remove.

Calling Groups.Remove(null) will throw an ArgumentNullException.