NameValueCollectionCodec.ConvertToSurrogate 方法

定义

将值转换为代理项类型。

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)

参数

value
NameValueCollection

值。

surrogate
NameValueCollectionSurrogate

代理项。

适用于