Пример #1
0
 internal static void catch_type(this TextWriter trapFile, Entities.Statements.Catch @catch, Type type, bool explicityCaught)
 {
     trapFile.WriteTuple("catch_type", @catch, type, explicityCaught ? 1 : 2);
 }
Пример #2
0
 internal static Tuple catch_type(Entities.Statements.Catch @catch, Type type, bool explicityCaught) => new Tuple("catch_type", @catch, type, explicityCaught ? 1 : 2);