internal void Get(int index, out String name, out String value) { name = (String)nameA.Next(); value = (String)valueA.Next(); }