XmlSurrogateSelectorGetVersion Method |
Get the serialization version of a type.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int GetVersion(
Type type
)
Parameters
- type Type
- The type for which the version should be returned.
Return Value
Int32The serialization version of the type.
See Also