VersionCodec.ConvertToSurrogate(Version, VersionSurrogate) 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 (Version value, ref Orleans.Serialization.Codecs.VersionSurrogate surrogate);
override this.ConvertToSurrogate : Version * VersionSurrogate -> unit
Public Overrides Sub ConvertToSurrogate (value As Version, ByRef surrogate As VersionSurrogate)
Parameters
- value
- Version
The value.
- surrogate
- VersionSurrogate
The surrogate.