Click or drag to resize
MessagePackObjectIsNil Property
Get whether this instance represents nil.

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

Property Value

Type: Boolean
If this instance represents nil object, then true.
See Also