NameValueCollectionCodec.ConvertFromSurrogate 方法

定义

将值从代理项类型转换为字段类型。

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

参数

surrogate
NameValueCollectionSurrogate

代理项。

返回

值。

适用于