InterfaceReadOnlyDictionaryFormatter<TKey, TValue>
InterfaceReadOnlyDictionaryFormatter()
Add(Dictionary<TKey, TValue>, Int32, TKey, TValue)
Complete(Dictionary<TKey, TValue>)
Create(Int32)
netcoreapp2.1
namespace MessagePack.Formatters
{
public sealed class InterfaceReadOnlyDictionaryFormatter<TKey, TValue> : DictionaryFormatterBase<TKey, TValue, Dictionary<TKey, TValue>, IReadOnlyDictionary<TKey, TValue>>
{
protected override void Add(Dictionary<TKey, TValue> collection, int index, TKey key, TValue value);
}
}
.NET Core | 2.12.2 |
---|---|
Information specific to netcoreapp2.1 | |
Assembly | MessagePack , Version=1.7.3.7, PublicKeyToken=b4a0369545f0a1be |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API