Example #1
0
 public override string ToString()
 {
     return("Filters:" + m_filters.ToString() + "; Rules:" + m_rules.Count.ToString());
 }