Click or drag to resize
UnpackingStreamWrite Method

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public override sealed void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
Never used.
offset
Type: SystemInt32
Never used.
count
Type: SystemInt32
Never used.
Exceptions
ExceptionCondition
NotSupportedException Always thrown.
See Also