Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 828 Bytes

1633584d-038d-8eca-55be-b4a47025b481.md

File metadata and controls

43 lines (29 loc) · 828 Bytes

node.IsFunction Property

True if this is a function

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

Syntax

C#

public bool IsFunction { get; }

VB

Public ReadOnly Property IsFunction As Boolean
	Get

C++

public:
property bool IsFunction {
	bool get ();
}

F#

member IsFunction : bool with get

Property Value

Type: Boolean

See Also

Reference

node Class
NSS.Blast.Compiler Namespace