Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 861 Bytes

9bd5a3c1-400d-9c8b-f0bc-aa486d5a7194.md

File metadata and controls

43 lines (29 loc) · 861 Bytes

node.HasIdentifier Property

true if node is represented by an identifier

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

Syntax

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

Property Value

Type: Boolean

See Also

Reference

node Class
NSS.Blast.Compiler Namespace