Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool ContainsKey(TKey)

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

Declaration

public bool ContainsKey(
    TKey key
)

Summary

Equivalent to the same method in Dictionary<TKey, TValue>.