Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Contains(KeyValuePair<TKey, TValue>)

  • Declared in: RT.Util.Collections.ReadOnlyDictionary<TKey, TValue>
  • Implements: ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue>)

Declaration

public bool Contains(
    KeyValuePair<TKey, TValue> item
)

Summary

Returns true if the dictionary contains the specified key/value pair.