Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 889 Bytes

b4b78706-5cb2-920c-c733-266245000ff9.md

File metadata and controls

43 lines (29 loc) · 889 Bytes

node.IsStackFunction Property

true if the function maps to a stack operation: push, pop etc.

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

Syntax

C#

public bool IsStackFunction { get; }

VB

Public ReadOnly Property IsStackFunction As Boolean
	Get

C++

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

F#

member IsStackFunction : bool with get

Property Value

Type: Boolean

See Also

Reference

node Class
NSS.Blast.Compiler Namespace