Exemplo n.º 1
0
 public void Append(SemanticResultKey key)
 {
     Helpers.ThrowIfNull(key, "builder");
     AddItem(key.SemanticKeyElement);
 }
Exemplo n.º 2
0
 public GrammarBuilder(SemanticResultKey key)
     : this()
 {
     Append(key);
 }