True if this is a function
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
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
Type: Boolean