共用方式為


NameValueCollectionCodec.ConvertToSurrogate 方法

定義

將值轉換為 Surrogate 型別。

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

Surrogate。

適用於