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
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
Type: Boolean