Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.18 KB

a0aaa0cb-d907-b9e5-ee5b-af5aa0ce46cd.md

File metadata and controls

50 lines (35 loc) · 1.18 KB

node.CountOtherChildren Method

count nr of childnodes with not nodetype t

Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

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 

Parameters

 

t
Type: NSS.Blast.Compiler.nodetype
[Missing documentation for "M:NSS.Blast.Compiler.node.CountOtherChildren(NSS.Blast.Compiler.nodetype)"]

Return Value

Type: Int32
number of children not matching nodetype t

See Also

Reference

node Class
NSS.Blast.Compiler Namespace