Boo.Lang.Compiler.Steps.EmitAssembly.OnUnpackStatement C# (CSharp) Method

OnUnpackStatement() public method

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