MessagePackObjectUnderlyingType Property |
Get underlying type of this instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Type UnderlyingType { get; }
Public ReadOnly Property UnderlyingType As Type
Get
public:
property Type^ UnderlyingType {
Type^ get ();
}
member UnderlyingType : Type with get
Property Value
Type:
Type[Missing <value> documentation for "P:MsgPack.MessagePackObject.UnderlyingType"]
Return Value
Type:
TypeUnderlying
Type.
See Also