using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Globalization;
using System.Diagnostics;
using System.Runtime.CompilerServices;
public static void Main()
Properties p = new Properties(new [] {"hello","world"});
p.ExtendedProperties.Dump();
public IDictionary<string, string> ExtendedProperties
public Properties(string [] fields)
ExtendedProperties = new Dictionary<string, string> ();
ExtendedProperties.Add(s,string.Empty);