namespace DTLib.Dtsod { public enum ValueTypes { List, Complex, String, Short, Int, Long, UShort, UInt, ULong, Double, Null, Bool, Unknown } }