Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Remove(TKey)

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

Declaration

public bool Remove(
    TKey key
)

Summary

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