Click or drag to resize
UnpackingResultT Structure
Represents result of direct conversion from the byte array.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public struct UnpackingResult<T> : IEquatable<UnpackingResult<T>>

Type Parameters

T
Type of value.

The UnpackingResultT type exposes the following members.

Properties
  NameDescription
Public propertyReadCount
Get read bytes count from input byte array.
Public propertyValue
Get retrieved value from the byte array.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Compare two instances are equal.
Public operatorStatic memberInequality
Compare two instances are not equal.
Top
See Also