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