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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to