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


           Summary: Add location blocks to the dom
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: C#
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


I could need location block information for some more members (all members that
could have a body):

        public interface IProperty : ITypeMember
        {
                LocationBlock LocationBlock { get; }
                IAccessor GetAccessor { get; }
                IAccessor SetAccessor { get; }
        }

        public interface IIndexer : IProperty
        {
                LocationBlock LocationBlock { get; }
                IParameter[] Parameters { get; }
        }

        public interface IEvent : ITypeMember
        {
                LocationBlock LocationBlock { get; }
                IAccessor AddAccessor { get; }
                IAccessor RemoveAccessor { get; }
        }


-- 
Configure bugmail: https://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