Boo.Lang.Compiler.Steps.EmitAssembly.OperatorNotImplemented C# (CSharp) Méthode

OperatorNotImplemented() private méthode

private OperatorNotImplemented ( Boo.Lang.Compiler.Ast.BinaryExpression node ) : void
node Boo.Lang.Compiler.Ast.BinaryExpression
Résultat void
        void OperatorNotImplemented(BinaryExpression node)
        {
            NotImplemented(node, node.Operator.ToString());
        }
EmitAssembly