[Mono-bugs] [Bug 390807] New: Add location blocks to the dom
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 15 10:20:32 EDT 2008
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: msafar at novell.com
ReportedBy: mkrueger at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list