Please tell me can we create a property setting Name and its type during the running time application C#????
a lot of thanks in advance
a lot of thanks in advance
Dictionary<string, string> _dynamicProperties = new Dictionary<string,string>();
Comment