forwardMessageSchemaVersionAttribute Class   Table of ContentMessageSchemaVersionAttribute Propertiesforward
MessageSchemaVersionAttribute Constructor
Constructor.

Namespace:  OnixS.SimpleBinaryEncoding.CodeGenerator
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public MessageSchemaVersionAttribute(
	int version
)

Parameters

version
Type: System.Int32
SBE message schema version.
See Also