Learn How to Create Your Own Programming Language createyourproglang.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...