Click or drag to resize
MessagePackObjectDictionaryAsFrozen Method
Gets a copy of this instance as frozen instance.

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

Return Value

Type: MessagePackObjectDictionary
New MessagePackObjectDictionary instance which contains same items as this instance. This value will not be null and its IsFrozen is true.
Remarks
This method does not freeze this instance itself. This operation is an O(N) operation where O(N)Count of items.
See Also