Click or drag to resize
MessagePackObjectDictionaryIsFrozen Property
Gets a value indicating whether this instance is frozen.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool IsFrozen { get; }

Property Value

Type: Boolean
true if this instance is frozen; otherwise, false.
Remarks
This operation is an O(1) operation.
See Also