Skip to content

NameValueCollectionSurrogate Fields

Surrogate type used by NameValueCollectionCodec.

HasNullKey

[Orleans.Id(1)]
public bool HasNullKey
Gets or sets a value indicating whether the collection contains a null key.

NullKeyValue

[Orleans.Id(2)]
public string? NullKeyValue
Gets or sets the value associated with the null key.

Values

[Orleans.Id(0)]
public Dictionary<string, string?>? Values
Gets or sets the values.

Property value

The values.