true if node is represented by an identifier
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public bool HasIdentifier { get; }
VB
Public ReadOnly Property HasIdentifier As Boolean
Get
C++
public:
property bool HasIdentifier {
bool get ();
}
F#
member HasIdentifier : bool with get
Type: Boolean