Struct LexemParser.UndoItem
Defines a structure that provides information about the single undo item.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Implementation.Parser
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public struct UndoItem
Fields
EndOffset
Gets the end offset.
Declaration
public long EndOffset
Field Value
Type |
---|
System.Int64 |
StartOffset
Gets the start offset.
Declaration
public long StartOffset
Field Value
Type |
---|
System.Int64 |