MessagePackObjectDictionaryIsFrozen Property |
Gets a value indicating whether this instance is frozen.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool IsFrozen { get; }
Public ReadOnly Property IsFrozen As Boolean
Get
public:
property bool IsFrozen {
bool get ();
}
member IsFrozen : bool with get
Property Value
Type:
Booleantrue if this instance is frozen; otherwise,
false.
Remarks
This operation is an O(1) operation.
See Also