コード例 #1
0
ファイル: Regex.Debug.cs プロジェクト: dotnet/runtime
 internal static void GenerateUnicodeTables(string path)
 {
     UnicodeCategoryRangesGenerator.Generate("System.Text.RegularExpressions.Symbolic", "UnicodeCategoryRanges", path);
 }
コード例 #2
0
 internal static void GenerateUnicodeTables(string path)
 {
     IgnoreCaseRelationGenerator.Generate("System.Text.RegularExpressions.Symbolic.Unicode", "IgnoreCaseRelation", path);
     UnicodeCategoryRangesGenerator.Generate("System.Text.RegularExpressions.Symbolic.Unicode", "UnicodeCategoryRanges", path);
 }