Learn How to Create Your Own Programming Language http://createyourproglang.com
Professional Code Audit & Refactoring Service http://sauteapps.com
1 2
int count = 0; Dictionary<string,int> headers = line.Split(',').ToDictionary(y => y, y => count++);
Anyone up for the challenge...
Anyone up for the challenge...