Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Add(TKey, TValue)

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

Declaration

public void Add(
    TKey key,
    TValue value
)

Summary

Not supported on a ReadOnlyDictionary.