[Mono-bugs] [Bug 325182] During creation of reference types ( tested with StringCollection) application settings base either throws errors and did not create reference type .
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Nov 6 04:51:06 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=325182#c1
Atsushi Enomoto <atsushi at ximian.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |atsushi at ximian.com
--- Comment #1 from Atsushi Enomoto <atsushi at ximian.com> 2007-11-06 02:51:06 MST ---
Actually .NET returns null. The example code below prints True:
public class Test
{
public static void Main ()
{
HistoryKeeperSettings hks = new HistoryKeeperSettings ();
Console.WriteLine (hks.RecentDocumentsList == null);
}
}
--
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