MessagePackObjectIsNil Property |
Get whether this instance represents nil.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool IsNil { get; }
Public ReadOnly Property IsNil As Boolean
Get
public:
property bool IsNil {
bool get ();
}
member IsNil : bool with get
Property Value
Type:
BooleanIf this instance represents nil object, then true.
See Also