Beispiel #1
0
 protected SymbolInformation(SyntaxValue <string> nameLiteral, SymbolRole role, SymbolType type)
 {
     NameLiteral = nameLiteral;
     Role        = role;
     Type        = type;
 }
Beispiel #2
0
 public SymbolInformation(SyntaxValue<string> nameLiteral, SymbolRole role, SymbolType type)
 {
     NameLiteral = nameLiteral;
     Role = role;
     Type = type;
 }