/// <summary> /// Add a ResultQuery object in the collection specifying the ResultQuery object. /// </summary> /// <param name="resultQuery">ResultQuery object to add.</param> /// <returns>Index of the list where the object has been added.</returns> public int Add(ResultQuery resultQuery) { return this.List.Add(resultQuery); }
/// <summary> /// Add a ResultQuery object in the collection specifying the ResultQuery object. /// </summary> /// <param name="resultQuery">ResultQuery object to add.</param> /// <returns>Index of the list where the object has been added.</returns> public int Add(ResultQuery resultQuery) { return(this.List.Add(resultQuery)); }