/// <summary>
 ///     Gets the <see cref="IIRowSet" /> with the specified name.
 /// </summary>
 /// <param name="name">The name.</param>
 /// <returns>IIRowSet.</returns>
 /// <exception cref="DynCon.OSI.Core.Helpers.ToBeImplementedException"></exception>
 IIRowSet IIPagedItemsRowSets.this[IPagedItemsRowSetNames name] {
     get { throw new ToBeImplementedException(); }
 }
 public static PagedItemsRowSetNames GetInstance(IPagedItemsRowSetNames src)
 {
     return(default(PagedItemsRowSetNames));
 }