Get list of Nodes
Namespace: Bio.PhylogeneticsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<Node> Nodes { get; }
Public ReadOnly Property Nodes As IList(Of Node)
Get
public:
property IList<Node^>^ Nodes {
IList<Node^>^ get ();
}
member Nodes : IList<Node> with get
Property Value
Type:
IListNodeSee Also