Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

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

Declaration

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

Summary

Not supported on a ReadOnlyDictionary.