public void setDateFormatSymbols(DateFormatSymbols arg0)
 {
     Instance.CallMethod("setDateFormatSymbols", "(Ljava/text/DateFormatSymbols;)V", arg0);
 }
 public SimpleDateFormat(String arg0, DateFormatSymbols arg1)
     : base(ProxyCtor.I)
 {
     Instance.CallConstructor("(Ljava/lang/String;Ljava/text/DateFormatSymbols;)V", arg0, arg1);
 }