Пример #1
0
            // use CollatorFactory getDisplayName(ULocale, ULocale) for coverage

            public override ICollection <string> GetSupportedLocaleIDs()
            {
                return(@delegate.GetSupportedLocaleIDs());
            }
Пример #2
0
 protected override ICollection <string> GetSupportedIDs() // ICU4N specific - return type changed from ISet<string> to IReadOnlyCollection<string>
 {
     return(@delegate.GetSupportedLocaleIDs());
 }