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

サロゲート。

適用対象