Class VtSequenceInfo
VT sequence token info
Inheritance
object
VtSequenceInfo
Namespace: Terminaux.Sequences
Assembly: Terminaux.dll
Syntax
public class VtSequenceInfo
Properties
| Edit this page View SourceEnd
End index within a sequence of text
Declaration
public int End { get; }
Property Value
| Type | Description |
|---|---|
| int |
FinalChar
Final char
Declaration
public char FinalChar { get; }
Property Value
| Type | Description |
|---|---|
| char |
FullSequence
Full sequence
Declaration
public string FullSequence { get; }
Property Value
| Type | Description |
|---|---|
| string |
Intermediates
Intermediates of the sequence
Declaration
public string Intermediates { get; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
Parameters of the sequence
Declaration
public string Parameters { get; }
Property Value
| Type | Description |
|---|---|
| string |
Prefix
Prefix of the sequence
Declaration
public string Prefix { get; }
Property Value
| Type | Description |
|---|---|
| string |
SpecificType
VT sequence specific type
Declaration
public VtSequenceSpecificTypes SpecificType { get; }
Property Value
| Type | Description |
|---|---|
| VtSequenceSpecificTypes |
Start
Start index within a sequence of text
Declaration
public int Start { get; }
Property Value
| Type | Description |
|---|---|
| int |
StartType
VT sequence start type
Declaration
public VtSequenceStartType StartType { get; }
Property Value
| Type | Description |
|---|---|
| VtSequenceStartType |
Type
VT sequence type
Declaration
public VtSequenceType Type { get; }
Property Value
| Type | Description |
|---|---|
| VtSequenceType |