Szerkesztés

Megosztás a következőn keresztül:


NameValueCollectionCodec.ConvertFromSurrogate Method

Definition

Converts a value from the surrogate type to the field type.

public override System.Collections.Specialized.NameValueCollection ConvertFromSurrogate (ref Orleans.Serialization.Codecs.NameValueCollectionSurrogate surrogate);
override this.ConvertFromSurrogate : NameValueCollectionSurrogate -> System.Collections.Specialized.NameValueCollection
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As NameValueCollectionSurrogate) As NameValueCollection

Parameters

surrogate
NameValueCollectionSurrogate

The surrogate.

Returns

The value.

Applies to