Click or drag to resize
MessagePackObjectUnderlyingType Property
Get underlying type of this instance.

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

Property Value

Type: Type

[Missing <value> documentation for "P:MsgPack.MessagePackObject.UnderlyingType"]

Return Value

Type: Type
Underlying Type.
See Also