Edit

Share via


NameValueCollectionCodec.ConvertToSurrogate Method

Definition

Converts a value to the surrogate type.

public override void ConvertToSurrogate (System.Collections.Specialized.NameValueCollection value, ref Orleans.Serialization.Codecs.NameValueCollectionSurrogate surrogate);
override this.ConvertToSurrogate : System.Collections.Specialized.NameValueCollection * NameValueCollectionSurrogate -> unit
Public Overrides Sub ConvertToSurrogate (value As NameValueCollection, ByRef surrogate As NameValueCollectionSurrogate)

Parameters

value
NameValueCollection

The value.

surrogate
NameValueCollectionSurrogate

The surrogate.

Applies to