Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 777 Bytes

f237e685-20e5-ce7b-5ad1-8028be8efc18.md

File metadata and controls

39 lines (26 loc) · 777 Bytes

node.function Field

if the node is a function then its this one

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

Syntax

C#

public BlastScriptFunction function

VB

Public function As BlastScriptFunction

C++

public:
BlastScriptFunction function

F#

val mutable function: BlastScriptFunction

Field Value

Type: BlastScriptFunction

See Also

Reference

node Class
NSS.Blast.Compiler Namespace