次の方法で共有


ArrayListCodec.ConvertFromSurrogate(ArrayListSurrogate) メソッド

定義

サロゲート型の値をフィールド型に変換します。

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

パラメーター

surrogate
ArrayListSurrogate

サロゲート。

戻り値

値。

適用対象