internal override Object RegisterFactory(IBM.ICU.Text.NumberFormat.NumberFormatFactory factory)
 {
     return(service.RegisterFactory(new NumberFormatServiceShim.NFFactory(factory)));
 }
 internal NFFactory(IBM.ICU.Text.NumberFormat.NumberFormatFactory delegat0) : base((delegat0.Visible())?IBM.ICU.Impl.ICULocaleService.LocaleKeyFactory.VISIBLE:IBM.ICU.Impl.ICULocaleService.LocaleKeyFactory.INVISIBLE)
 {
     this.delegat0 = delegat0;
 }