Struct KeyValueAccumulator
Optimised string -> string[] multimap
public struct KeyValueAccumulator
- Inherited Members
Properties
HasValues
public readonly bool HasValues { get; }
Property Value
KeyCount
public readonly int KeyCount { get; }
Property Value
ValueCount
public readonly int ValueCount { get; }
Property Value
Methods
Append(string, string)
public void Append(string key, string value)
Parameters
GetResults()
public readonly Dictionary<string, StringValues> GetResults()