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