Click or drag to resize
Accord.NET (logo)

SurrogateSelectorAttribute Constructor

Initializes a new instance of the SurrogateSelectorAttribute class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public SurrogateSelectorAttribute(
	Type surrogateSelectorType
)
Request Example View Source

Parameters

surrogateSelectorType
Type: SystemType
The surrogate selector to be used to deserialize objects of this type.
See Also