| IFilterableTypeWriteValue Method |
Writes the value for filtering on the implementing type to the given BinaryWriter.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax void WriteValue(
BinaryWriter binaryWriter,
Version version
)
Sub WriteValue (
binaryWriter As BinaryWriter,
version As Version
)
Parameters
- binaryWriter
- Type: System.IOBinaryWriter
The binary writer to write to. - version
- Type: SystemVersion
The version of Sphinx.
See Also