Click or drag to resize
MessagePackMemberAttributeNilImplication Property
Gets or sets the implication of the nil value.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public NilImplication NilImplication { get; set; }

Property Value

Type: NilImplication
The implication of the nil value. Default value is MemberDefault.
See Also