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

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
public Packer Pack(
	uint value
)

Parameters

value
Type: SystemUInt32
UInt32 value.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThis instance has been disposed.
See Also