Click or drag to resize
EnumMessagePackSerializerTEnumPackUnderlyingValueTo Method
Packs enum value as its underlying value.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected abstract void PackUnderlyingValueTo(
	Packer packer,
	TEnum enumValue
)

Parameters

packer
Type: MsgPackPacker
The packer.
enumValue
Type: TEnum
The enum value to be packed.
See Also