Boo.Lang.Compiler.Steps.EmitAssembly.OnUnpackStatement C# (CSharp) 메소드

OnUnpackStatement() 공개 메소드

public OnUnpackStatement ( Boo.Lang.Compiler.Ast.UnpackStatement node ) : void
node Boo.Lang.Compiler.Ast.UnpackStatement
리턴 void
        public override void OnUnpackStatement(UnpackStatement node)
        {
            NotImplemented("Unpacking");
        }
EmitAssembly