Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • One question, so if I need to pass this to a property (the items), what should the property type be? List or Tuple?.. if i understand correctly.. Commented Sep 7, 2011 at 5:36
  • if you want the Tuple-List than your type would have to be List<Tuple<int, string>> Commented Sep 7, 2011 at 5:52