using uCalcSoftware; var uc = new uCalc(); foreach(var Item in uc.DataTypes) { Console.WriteLine(Item.Name); }