Click or drag to resize
PackerPackArrayHeaderTItem Method (IListTItem)
Bookkeep collection count to be packed on current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackArrayHeader<TItem>(
	IList<TItem> array
)

Parameters

array
Type: System.Collections.GenericIListTItem
Collection count to be written.

Type Parameters

TItem

[Missing <typeparam name="TItem"/> documentation for "M:MsgPack.Packer.PackArrayHeader``1(System.Collections.Generic.IList{``0})"]

Return Value

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