|
SurrogateSelectorAttribute Constructor
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public SurrogateSelectorAttribute(
Type surrogateSelectorType
)
Public Sub New (
surrogateSelectorType As Type
)
Request Example
View SourceParameters
- surrogateSelectorType
- Type: SystemType
The surrogate selector to be used to deserialize objects of this type.
See Also