Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 820 Bytes

3807888e-4499-55d8-a797-3f1fb667f468.md

File metadata and controls

43 lines (29 loc) · 820 Bytes

node.LastChild Property

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

Syntax

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

Property Value

Type: node

See Also

Reference

node Class
NSS.Blast.Compiler Namespace