Click or drag to resize
NewickParserInternalParse Method
Internal parse method used to parse out the data from a low-level TextReader.

Namespace: Bio.IO.Newick
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected Tree InternalParse(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
Reader

Return Value

Type: Tree
Parsed Tree
See Also