Click or drag to resize
PackerPack Method (Boolean)
Packs Boolean value to current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer Pack(
	bool value
)

Parameters

value
Type: SystemBoolean
Boolean value.

Return Value

Type: Packer
This instance.
See Also