ArrayListCodec.ConvertToSurrogate(ArrayList, 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 to the surrogate type.
public override void ConvertToSurrogate (System.Collections.ArrayList value, ref Orleans.Serialization.Codecs.ArrayListSurrogate surrogate);
override this.ConvertToSurrogate : System.Collections.ArrayList * ArrayListSurrogate -> unit
Public Overrides Sub ConvertToSurrogate (value As ArrayList, ByRef surrogate As ArrayListSurrogate)
Parameters
- value
- ArrayList
The value.
- surrogate
- ArrayListSurrogate
The surrogate.