Click or drag to resize
MessagePackExtendedTypeObjectIsValid Property
Gets a value indicating whether this instance is valid.

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

Property Value

Type: Boolean
true if this instance is valid; otherwise, false.
See Also