Gets the total count of child expression(s).
public int NodeCount {get;}
'Declaration
Public ReadOnly Property NodeCount As Integer
'Usage
Dim instance As Expression
Dim value As Integer
value = instance.NodeCount
Property Value
An integer value indicates the total count of child expression(s).