Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.92 KB

3fbdacdd-dea0-1dcb-3082-313eb48e07f8.md

File metadata and controls

52 lines (36 loc) · 1.92 KB

BlastScriptInlineFunction Class

an inlined script function definition

Inheritance Hierarchy

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

Syntax

C#

public class BlastScriptInlineFunction

VB

Public Class BlastScriptInlineFunction

C++

public ref class BlastScriptInlineFunction

F#

type BlastScriptInlineFunction =  class end

The BlastScriptInlineFunction type exposes the following members.

Constructors

 

NameDescription
Public methodBlastScriptInlineFunction Initializes a new instance of the BlastScriptInlineFunction class
  Back to Top

Fields

 

NameDescription
Public fieldName inlined function name
Public fieldNode root node of function
Public fieldParameterCount parameter count as defined in script
  Back to Top

See Also

Reference

NSS.Blast.Compiler Namespace