last child of node, null if there are no children, equals first if childcount == 1
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public node LastChild { get; }
VB
Public ReadOnly Property LastChild As node
Get
C++
public:
property node^ LastChild {
node^ get ();
}
F#
member LastChild : node with get
Type: node