コード例 #1
0
 public bool ContainsValue(TValue value)
 {
     return(_index.ContainsValue(value));
 }