Click or drag to resize

Comment Properties

The Comment type exposes the following members.

Properties
  NameDescription
Public propertyAssignment
Gets or sets a value of pair assignment.
(Inherited from Pair.)
Public propertyAssignmentInterval
Interval used to define pair assignment. Always empty for Comment.
Public propertyCommentType
Type of the comment: 1 - single-line comment, 2 - multi-line comment.
Public propertyIsValueNode
True if pair has a literal value or pair value. Always true> for Comment.
Public propertyName
Name of the pair.
(Inherited from Pair.)
Public propertyNameInterval
Interval used to define name of the pair. Always empty for Comment.
Public propertyNameQuotesType
Stores info about quotes used to define name of the pair. 0 - no quotes 1 - single quotes 2 - double quotes
Public propertyPairValue
Pair value of the pair. Use method AppendChild(Pair) to set value of this property.
(Inherited from Pair.)
Public propertyParent
Parent of the pair.
(Inherited from Pair.)
Public propertyValue
Literal value of the pair.
(Inherited from Pair.)
Public propertyValueIndent
Indent of pair value. Always 0 for Comment.
Public propertyValueInterval
Interval used to define literal value of the pair.
Public propertyValueQuotesType
Stores info about quotes used to define value of the pair. 0 - no quotes 1 - single quotes 2 - double quotes
Public propertyValueType
Type of the pair value. Always None for Comment.
Top
See Also