count nr of childnodes with not nodetype t
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public int CountOtherChildren(
nodetype t
)
VB
Public Function CountOtherChildren (
t As nodetype
) As Integer
C++
public:
int CountOtherChildren(
nodetype t
)
F#
member CountOtherChildren :
t : nodetype -> int
- t
- Type: NSS.Blast.Compiler.nodetype
[Missing documentation for "M:NSS.Blast.Compiler.node.CountOtherChildren(NSS.Blast.Compiler.nodetype)"]
Type: Int32
number of children not matching nodetype t