Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 954 Bytes

844ef419-74d5-bdf6-e797-02d2a6d837e8.md

File metadata and controls

47 lines (33 loc) · 954 Bytes

node.SetDependency Method

set a dependency for this node, some constructs such as loops use this for the initializer

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

Syntax

C#

public void SetDependency(
	node ast_node
)

VB

Public Sub SetDependency ( 
	ast_node As node
)

C++

public:
void SetDependency(
	node^ ast_node
)

F#

member SetDependency : 
        ast_node : node -> unit 

Parameters

 

ast_node
Type: NSS.Blast.Compiler.node
the node to add to dependencies

See Also

Reference

node Class
NSS.Blast.Compiler Namespace