Exemple #1
0
 /// <summary>
 /// Method for adding a collection of <see cref="GroupSearchResult"/> objects (contained within a
 /// <see cref="GroupSearchResults"/> collection) to this collection.
 /// </summary>
 /// <param name="results"></param>
 public void AddRange(GroupSearchResultCollection results)
 {
     foreach (GroupSearchResult result in results)
     {
         List.Add(result);
     }
 }
 /// <summary>
 /// Method for adding a collection of <see cref="GroupSearchResult"/> objects (contained within a
 /// <see cref="GroupSearchResults"/> collection) to this collection.
 /// </summary>
 /// <param name="results"></param>
 public void AddRange(GroupSearchResultCollection results)
 {
     foreach (GroupSearchResult result in results)
         List.Add (result);
 }