Пример #1
0
 /// <summary>
 /// Determines whether the System.Collections.Generic.ICollection<T> contains a specific value.
 /// </summary>
 /// <param name="o">The object to locate in the System.Collections.Generic.ICollection<T>.</param>
 /// <returns>True if item is found in the System.Collections.Generic.ICollection<T>; otherwise, false</returns>
 public bool Contains(T o)
 {
     return(ResultList.Contains(o));
 }