MessagePackObjectDictionaryAsFrozen Method |
Gets a copy of this instance as frozen instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackObjectDictionary AsFrozen()
Public Function AsFrozen As MessagePackObjectDictionary
public:
MessagePackObjectDictionary^ AsFrozen()
member AsFrozen : unit -> MessagePackObjectDictionary
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