Click or drag to resize
MessagePackObjectIsTypeOfT Method
Determine whether the underlying value of this instance is specified type or not.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Nullable<bool> IsTypeOf<T>()

Type Parameters

T
Target type.

Return Value

Type: NullableBoolean
If the underlying value of this instance is T then true, otherwise false.
See Also