AutomataDictionary
AutomataDictionary()
Add(String, Int32)
EmitMatch(ILGenerator, LocalBuilder, LocalBuilder, LocalBuilder, Action<KeyValuePair<String, Int32>>, Action)
GetEnumerator()
ToString()
TryGetValue(Byte[], Int32, Int32, Int32)
TryGetValueSafe(ArraySegment<Byte>, Int32)
netcoreapp2.1
namespace MessagePack.Internal
{
public class AutomataDictionary : IEnumerable, IEnumerable<KeyValuePair<string, int>>
{
public void EmitMatch(ILGenerator il, LocalBuilder p, LocalBuilder rest, LocalBuilder key, Action<KeyValuePair<string, int>> onFound, Action onNotFound);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.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