ClassTextSnapshotLine
Class
Represents a line from the snapshot.
Definition
Namespace:Telerik.Windows.SyntaxEditor.Core.Text
Assembly:Telerik.Windows.SyntaxEditor.Core.dll
Syntax:
cs-api-definition
public class TextSnapshotLine
Inheritance: objectTextSnapshotLine
Properties
LineNumber
Gets the line number.
Snapshot
Gets the snapshot of this line instance.
Methods
Operators
operator !=(TextSnapshotLine, TextSnapshotLine)
Implementation of != operator.
Declaration
cs-api-definition
public static bool operator !=(TextSnapshotLine left, TextSnapshotLine right)
Parameters
left
right
Returns
operator ==(TextSnapshotLine, TextSnapshotLine)
Implementation of == operator.
Declaration
cs-api-definition
public static bool operator ==(TextSnapshotLine left, TextSnapshotLine right)
Parameters
left
right
Returns