Gets the list with all identifiers within the code. There is no guarantee that this list will contain unique entries, thus, if an identifier is encountered several times in the initial sequence, it will appear several times in the returned list.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
C#
![]() |
---|
public string[] Identifiers { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Identifiers As String() |
A list with the identifiers in the code.