Method GetLine
GetLine(int)
When implemented by a class, gets string line at the specified position.
string GetLine(int index)
Parameters
index
intIndex of line in the collection.
Returns
- string
Text at specified line index.
When implemented by a class, gets string line at the specified position.
string GetLine(int index)
index
intIndex of line in the collection.
Text at specified line index.