Interface IDocumentLine
Metadata about a line from a document that has been returned from code factory.
Namespace: CodeFactory.Document
Assembly: CodeFactory.dll
Syntax
public interface IDocumentLine
Properties
| Improve this Doc View SourceContent
The content of the line.
Declaration
string Content { get; }
Property Value
Type | Description |
---|---|
string |
Length
The number of characters that are in the line.
Declaration
int Length { get; }
Property Value
Type | Description |
---|---|
int |
Number
The line number within the document.
Declaration
long Number { get; }
Property Value
Type | Description |
---|---|
long |