Exemplo n.º 1
0
            // use CollatorFactory getDisplayName(ULocale, ULocale) for coverage

            public override ICollection <string> GetSupportedLocaleIDs()
            {
                return(@delegate.GetSupportedLocaleIDs());
            }
Exemplo n.º 2
0
 protected override ICollection <string> GetSupportedIDs() // ICU4N specific - return type changed from ISet<string> to IReadOnlyCollection<string>
 {
     return(@delegate.GetSupportedLocaleIDs());
 }