Skip to content

Instantly share code, notes, and snippets.

@guntidheerajkumar
Created June 26, 2015 09:08
Show Gist options
  • Select an option

  • Save guntidheerajkumar/65b9948db9290ee4e661 to your computer and use it in GitHub Desktop.

Select an option

Save guntidheerajkumar/65b9948db9290ee4e661 to your computer and use it in GitHub Desktop.
List<string> tableItems;
List<string> sections;
Dictionary<int,List<string>> sectionData = new Dictionary<int, List<string>> ();
string cellIdentifier = "Identifier";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment