ArrayListCodec.ConvertFromSurrogate(ArrayListSurrogate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.