1 using System;
 2 using System.Collections;
 3 
 4 // this file has been semiautomatically generated from 'D:/work/soulng-project/soulng/parser/Range.hpp' using cpp2cm version 1.0.0
 5 
 6 // this file has been semiautomatically generated from 'D:/work/soulng-project/soulng/parser/Range.cpp' using cpp2cm version 1.0.0
 7 
 8 namespace System.Parsing
 9 {
10     public class Range
11     {
12         public constexpr nothrow Range(int first_int last_) : first(first_)last(last_) {}
13         public int first;
14         public int last;
15     }
16 } // namespace System.Parsing