Click or drag to resize
MessagePackObjectIsTypeOf Method (Type)
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(
	Type type
)

Parameters

type
Type: SystemType
Target type.

Return Value

Type: NullableBoolean
If the underlying value of this instance is type then true, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptiontype is null.
See Also