I am almost embarrassed to ask this question, but as a long time C programmer I feel that perhaps I am not aware of the best way to do this in C#.
I have a member fu
Return this:
public class MyTwoLists { public List ListOne {get;set;} public List ListTwo {get;set;} }