Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 987 Bytes

5e9113ec-f344-a766-21c7-915ddf615197.md

File metadata and controls

40 lines (26 loc) · 987 Bytes

node.HasSingleCompoundAsChild Method

check if we have 1 child and that it is a compounded statement list

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

Syntax

C#

public bool HasSingleCompoundAsChild()

VB

Public Function HasSingleCompoundAsChild As Boolean

C++

public:
bool HasSingleCompoundAsChild()

F#

member HasSingleCompoundAsChild : unit -> bool 

Return Value

Type: Boolean
[Missing documentation for "M:NSS.Blast.Compiler.node.HasSingleCompoundAsChild"]

See Also

Reference

node Class
NSS.Blast.Compiler Namespace