Esempio n. 1
0
 static void Main(string[] args)
 {
     Microsoft.FSharp.Collections.List <int> l = DemoModule.getList();
     foreach (int i in l)
     {
         Console.WriteLine(i);
     }
 }