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