StringTokenItem Class

Individual tokenized string.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class StringTokenItem
Inheritance
Object    StringTokenItem

Constructors

StringTokenItemInitializes a new instance of the StringTokenItem class

Properties

Length Get the length of the token.
StartIndex Get/Set the staring index of this item within the source content.
Value Get/Set the token value.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also