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