Beispiel #1
0
 public bool ContainsValue(object value)
 {
     return(DictOps.Contains(this, value));
 }