Click or drag to resize
PackerPackExtendedTypeValue Method (Byte, Byte)
Packs an extended type value.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackExtendedTypeValue(
	byte typeCode,
	byte[] body
)

Parameters

typeCode
Type: SystemByte
A type code of the extended type value.
body
Type: SystemByte
A binary value portion of the extended type value.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionbody is null.
InvalidOperationExceptionCompatibilityOptions property contains ProhibitExtendedTypeObjects.
ObjectDisposedExceptionThis instance has been disposed.
See Also