Example #1
0
 public override string ToString()
 {
     return("View {0}, Condition {1}".ToFormat(_token.Name(), ConditionType.Name));
 }