Charting for WinForms Programmer's Guide
CompileOptions.InterpretExclamationAsReference Property
See Also
 






Gets or sets a value indicating whether exclamation marks (!) are interpreted as references, rather than NOT.

Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting

 Syntax

C#  Copy Code

public bool InterpretExclamationAsReference { get; set; }

Visual Basic  Copy Code

Public Property InterpretExclamationAsReference As Boolean

 Property Value

A bolean value. The default is false.

 See Also

CompileOptions Members
CompileOptions Class
MindFusion.Scripting Namespace