Example #1
0
 public static Type[] ToClrTypes( MondValue[] values )
 {
     return values.Select( ToClrType ).ToArray();
 }