MindFusion.Reporting for Silverlight Programmer's Guide
ByteCode.Identifiers Property
See Also
 





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

 Syntax

C#  Copy Code

public string[] Identifiers { get; }

Visual Basic  Copy Code

Public ReadOnly Property Identifiers As String()

 Property Value

A list with the identifiers in the code.

 See Also

ByteCode Members
ByteCode Class
MindFusion.Scripting Namespace