Either node is root node or not
Namespace: Bio.PhylogeneticsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool IsRoot { get; set; }
Public Property IsRoot As Boolean
Get
Set
public:
property bool IsRoot {
bool get ();
void set (bool value);
}
member IsRoot : bool with get, set
Property Value
Type:
BooleanSee Also