Charting for WinForms Programmer's Guide
ByteCode.Empty Method
See Also
 






Creates and returns an empty byte code. Evaluating empty byte code will produce null (Nothing in Visual Basic) as a result.

Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting

 Syntax

C#  Copy Code

public static ByteCode Empty ()

Visual Basic  Copy Code

Public Shared Function Empty () As ByteCode

 Return Value

An empty instance of the ByteCode class.

 Remarks

Calling this method multiple times will return different instances.

 See Also

ByteCode Members
ByteCode Class
MindFusion.Scripting Namespace