VersionCodec.ConvertFromSurrogate(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 from the surrogate type to the field type.
public override Version ConvertFromSurrogate (ref Orleans.Serialization.Codecs.VersionSurrogate surrogate);
override this.ConvertFromSurrogate : VersionSurrogate -> Version
Public Overrides Function ConvertFromSurrogate (ByRef surrogate As VersionSurrogate) As Version
Parameters
- surrogate
- VersionSurrogate
The surrogate.
Returns
The value.