PackerPack Method (Boolean) |
Packs
Boolean value to current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer Pack(
bool value
)
Public Function Pack (
value As Boolean
) As Packer
public:
Packer^ Pack(
bool value
)
member Pack :
value : bool -> Packer
Parameters
- value
- Type: SystemBoolean
Boolean value.
Return Value
Type:
PackerThis instance.
See Also