Struct SourceInfo
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
Properties
|
Improve this Doc
View Source
File
Declaration
public string File { get; }
Property Value
|
Improve this Doc
View Source
LineNumber
Declaration
public int LineNumber { get; }
Property Value
|
Improve this Doc
View Source
Markdown
Declaration
public string Markdown { get; }
Property Value
Methods
|
Improve this Doc
View Source
Copy(String, Int32)
Declaration
public SourceInfo Copy(string markdown, int lineOffset = 0)
Parameters
Returns
|
Improve this Doc
View Source
Create(String, String, Int32)
Declaration
public static SourceInfo Create(string markdown, string file, int lineNumber = 1)
Parameters
Returns
Extension Methods