/// <summary> /// Marks the list to be refreshed the next time data is accessed. /// </summary> public void Refresh() { _context.Expire(); }