netcoreapp2.2
namespace MessagePack.Formatters
{
    public abstract class DictionaryFormatterBase<TKey, TValue, TIntermediate, TEnumerator, TDictionary> : IMessagePackFormatter, IMessagePackFormatter<TDictionary>
        where TEnumerator, IEnumerator<KeyValuePair<TKey, TValue>>
        where TDictionary, IEnumerable<KeyValuePair<TKey, TValue>>
    {
        protected abstract TIntermediate Create(int count);
    }
}
.NET Core 2.12.2
Information specific to netcoreapp2.2
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

05/17/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙