Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool ContainsKey(TKey)

  • Declared in: RT.Util.Collections.ReadOnlyDictionary<TKey, TValue>
  • Implements: IDictionary<TKey, TValue>.ContainsKey(TKey)

Declaration

public bool ContainsKey(
    TKey key
)

Summary

Returns true if the dictionary contains the specified key.