Click or drag to resize
MessagePackObjectDictionary Constructor (Int32)
Initializes an empty new instance of the MessagePackObjectDictionary class with specified initial capacity.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObjectDictionary(
	int initialCapacity
)

Parameters

initialCapacity
Type: SystemInt32
The initial capacity.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioninitialCapacity is negative.
Remarks
This operation is an O(1) operation.
See Also