예제 #1
0
 public bool Contains(Verb b)
 {
     return(b == null ? false: _items.IndexOf(b) >= 0);
 }