[Mono-bugs] [Bug 495896] New: VBNC99997: Not implemented when passing properties to byref parameters

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 17 07:35:18 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=495896


           Summary: VBNC99997: Not implemented when passing properties to
                    byref parameters
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          Severity: Major
          Priority: P5 - None
         Component: Basic
        AssignedTo: rkvinge at novell.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Test case:

class C

    readonly shared property P as object
        get
        end get
    end property

    shared sub Main
        s(P)
    end sub

    Shared Sub S(ByRef dataGridView1 As object)
    end sub
end class

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


More information about the mono-bugs mailing list