MessagePackObjectDictionaryFreeze Method |
Freezes this instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public MessagePackObjectDictionary Freeze()
Public Function Freeze As MessagePackObjectDictionary
public:
MessagePackObjectDictionary^ Freeze()
member Freeze : unit -> MessagePackObjectDictionary
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