Exemple #1
0
 public GrammarBuilder(SemanticResultKey key)
     : this()
 {
     Append(key);
 }
Exemple #2
0
        public void Append(SemanticResultKey key)
        {
            Helpers.ThrowIfNull(key, "builder");

            AddItem(key.SemanticKeyElement);
        }