InterfaceLookupFormatter<TKey, TElement>
InterfaceLookupFormatter()
Add(Dictionary<TKey, IGrouping<TKey, TElement>>, Int32, IGrouping<TKey, TElement>)
Complete(Dictionary<TKey, IGrouping<TKey, TElement>>)
Create(Int32)
netcoreapp2.2
namespace MessagePack.Formatters
{
public sealed class InterfaceLookupFormatter<TKey, TElement> : CollectionFormatterBase<IGrouping<TKey, TElement>, Dictionary<TKey, IGrouping<TKey, TElement>>, ILookup<TKey, TElement>>
{
protected override ILookup<TKey, TElement> Complete(Dictionary<TKey, IGrouping<TKey, TElement>> intermediateCollection);
}
}
| .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