Exemplo n.º 1
0
 /// <summary>
 ///     Removes the given analyser from this template.
 /// </summary>
 /// <param name="template"></param>
 public void Remove(AnalyserTemplate template)
 {
     _analysers.Remove(template);
 }
Exemplo n.º 2
0
 /// <summary>
 ///     Adds the given analyser to this template.
 /// </summary>
 /// <param name="template"></param>
 public void Add(AnalyserTemplate template)
 {
     _analysers.Add(template);
 }