Exemplo n.º 1
0
 public Duration[] MakeDurs(long a, long b, long c)
 {
     return(new Duration[] { Duration.make(a), Duration.make(b), Duration.make(c) });
 }
Exemplo n.º 2
0
 public Duration[] MakeDurs(long a)
 {
     return(new Duration[] { Duration.make(a) });
 }