コード例 #1
0
 public ICollator CreateCollator(CultureInfo locale, CollationStrength strength, CollationDecomposition decomposition)
 {
     return(new SystemCollator(locale));
 }
コード例 #2
0
 public ICollator CreateCollator(CultureInfo locale, CollationStrength strength, CollationDecomposition decomposition)
 {
     return new SystemCollator(locale);
 }