/// <summary> /// Includes results from another results object into this one. /// </summary> public object include(Results result){return null;}
/// <summary> /// Includes results from another results object into this one. /// </summary> public object include(Results result) { return(null); }