[Mono-bugs] [Bug 386097] New: Unable to derive from Expression class, as it has internal abstract method Emit

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 2 13:55:08 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=386097


           Summary: Unable to derive from Expression class, as it has
                    internal abstract method Emit
           Product: Mono: Class Libraries
           Version: SVN
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Core
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: jan.oravec at 6com.sk
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Some 3rd party software, like NHibernate.Linq, need to derive from
System.Linq.Expressions.Expression class. This class contains internal abstract
Emit() method which makes it non-inheritable.

The attached patch adds implementation of Emit() that throws
NotImplementedException.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list