NewickFormatterFormat Method |
Writes a PhylogeneticTree to the writer.
Namespace: Bio.IO.NewickAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Format(
Stream stream,
Tree tree
)
Public Sub Format (
stream As Stream,
tree As Tree
)
public:
virtual void Format(
Stream^ stream,
Tree^ tree
) sealed
abstract Format :
stream : Stream *
tree : Tree -> unit
override Format :
stream : Stream *
tree : Tree -> unit
Parameters
- stream
- Type: System.IOStream
The Stream used to write the formatted Phylogenetic tree text, it will remain open. - tree
- Type: Bio.PhylogeneticsTree
PhylogeneticTree to format.
Implements
IPhylogeneticTreeFormatterFormat(Stream, Tree)See Also