Skip to content

NameValueCollectionSurrogate

struct

Namespace: Orleans.Serialization.Codecs

Surrogate type used by NameValueCollectionCodec.
[Orleans.GenerateSerializer]
public struct NameValueCollectionSurrogate

Fields

  • HasNullKey Gets or sets a value indicating whether the collection contains a null key.
  • NullKeyValue Gets or sets the value associated with the null key.
  • Values Gets or sets the values.