Table of Contents

Struct KeyValueAccumulator

Namespace
The.Web.Search
Assembly
Instagile.Web.Client.dll

Optimised string -> string[] multimap

public struct KeyValueAccumulator
Inherited Members

Properties

HasValues

public readonly bool HasValues { get; }

Property Value

bool

KeyCount

public readonly int KeyCount { get; }

Property Value

int

ValueCount

public readonly int ValueCount { get; }

Property Value

int

Methods

Append(string, string)

public void Append(string key, string value)

Parameters

key string
value string

GetResults()

public readonly Dictionary<string, StringValues> GetResults()

Returns

Dictionary<string, StringValues>