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
C# Copy Code |
---|
public static ByteCode Empty () |
Visual Basic Copy Code |
---|
Public Shared Function Empty () As ByteCode |
An empty instance of the ByteCode class.
Calling this method multiple times will return different instances.