Ejemplo n.º 1
0
 internal override Object RegisterFactory(IBM.ICU.Text.Collator.CollatorFactory f)
 {
     return(service.RegisterFactory(new CollatorServiceShim.CFactory(f)));
 }
Ejemplo n.º 2
0
 internal CFactory(IBM.ICU.Text.Collator.CollatorFactory f) : base(f.Visible())
 {
     this.delegat0 = f;
 }