Edit

Share via


ArrayListCodec.ConvertFromSurrogate(ArrayListSurrogate) Method

Definition

Converts a value from the surrogate type to the field type.

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

Parameters

surrogate
ArrayListSurrogate

The surrogate.

Returns

The value.

Applies to