Click or drag to resize

PairHasValue Method

If true then the pair has either literal value or pair value.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public virtual bool HasValue()

Return Value

Type: Boolean
True if the pair has either literal value or pair value.
See Also