C# Класс MoonSharp.Interpreter.Tree.Statements.EmptyStatement

Наследование: Statement
Показать файл Открыть проект

Открытые методы

Метод Описание
Compile ( ByteCode bc ) : void
EmptyStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Execution

Описание методов

Compile() публичный Метод

public Compile ( ByteCode bc ) : void
bc ByteCode
Результат void

EmptyStatement() публичный Метод

public EmptyStatement ( ScriptLoadingContext lcontext ) : MoonSharp.Interpreter.Execution
lcontext ScriptLoadingContext
Результат MoonSharp.Interpreter.Execution