Esempio n. 1
0
 internal AutotypeToken(string content, AutotypeTokenKind type)
 {
     Content = content;
     Kind    = type;
 }
Esempio n. 2
0
 internal AutotypeToken(string content, AutotypeTokenKind type)
 {
     this.Content = content;
     this.Kind    = type;
 }