Click or drag to resize
MessagePackObjectDictionaryFreeze Method
Freezes this instance.

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

Return Value

Type: MessagePackObjectDictionary
This instance itself. This value will not be null and its IsFrozen is true.
Remarks
This method freezes this instance itself. This operation is an O(1) operation.
See Also