private static IEnumerable <string> GetListTypes(CsClass cl) { return(new[] { cl.TypeName(typeof(IList <double>)), cl.TypeName(typeof(IEnumerable <double>)), "NdArray<double>" }); }