Get Children nodes
Namespace: Bio.PhylogeneticsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IDictionary<Node, Edge> Children { get; }
Public ReadOnly Property Children As IDictionary(Of Node, Edge)
Get
public:
property IDictionary<Node^, Edge^>^ Children {
IDictionary<Node^, Edge^>^ get ();
}
member Children : IDictionary<Node, Edge> with get
Property Value
Type:
IDictionaryNode,
EdgeSee Also