I am creating a dictionary in a C# file with the following code:
private readonly Dictionary FILE_TYPE_DICT = new Dictiona
Object initializers were introduced in C# 3.0, check which framework version you are targeting.
Overview of C# 3.0