API Reference
Class
MarkdownNativeSourceSpanSnapshot
UI-safe source span snapshot.
Inheritance
- Object
- MarkdownNativeSourceSpanSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 StartLine { get; } #1-based start line.
public Nullable<Int32> StartColumn { get; } #1-based start column when available.
public Int32 EndLine { get; } #1-based end line.
public Nullable<Int32> EndColumn { get; } #1-based end column when available.
public Nullable<Int32> StartOffset { get; } #0-based start offset when available.
public Nullable<Int32> EndOffset { get; } #0-based end offset when available.
public String Display { get; } #Human-readable span display.