[]
Gets the lines of text in a TextMapFragment.
public static List<string> GetLines(this ITextMap tm, TextMapFragment fragment)
| Type | Name | Description |
|---|---|---|
| ITextMap | tm | The current ITextMap. |
| TextMapFragment | fragment | The target fragment. |
| Type | Description |
|---|---|
| List<string> | The list of all lines belonging to the fragment.. |