Click or drag to resize

XmlSurrogateSelectorGetVersion Method

Get the serialization version of a type.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetVersion(
	Type type
)

Parameters

type  Type
The type for which the version should be returned.

Return Value

Int32
The serialization version of the type.
See Also