зеркало из https://github.com/mono/mail-archives.git
88 строки
3.8 KiB
HTML
88 строки
3.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 74953][Maj] Changed - [GMCS] Converting array to
|
|
IEnumerable<T>
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2074953%5D%5BMaj%5D%20Changed%20-%20%5BGMCS%5D%20Converting%20array%20to%0A%09IEnumerable%3CT%3E&In-Reply-To=bug-74953%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="031072.html">
|
|
<LINK REL="Next" HREF="031074.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 74953][Maj] Changed - [GMCS] Converting array to
|
|
IEnumerable<T></H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2074953%5D%5BMaj%5D%20Changed%20-%20%5BGMCS%5D%20Converting%20array%20to%0A%09IEnumerable%3CT%3E&In-Reply-To=bug-74953%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 74953][Maj] Changed - [GMCS] Converting array to
|
|
IEnumerable<T>">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Tue Jun 28 07:27:41 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="031072.html">[Mono-bugs] [Bug 74991][Nor] Changed - [GMCS] Error implicit
|
|
casting int[] -> ICollection <int>
|
|
</A></li>
|
|
<LI>Next message: <A HREF="031074.html">[Mono-bugs] [Bug 73110][Nor] Changed - LateBinding from MS VBC's
|
|
compiled dlls
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#31073">[ date ]</a>
|
|
<a href="thread.html#31073">[ thread ]</a>
|
|
<a href="subject.html#31073">[ subject ]</a>
|
|
<a href="author.html#31073">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
|
|
URL shown below and enter your comments there.
|
|
|
|
Changed by <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">martin at ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=74953">http://bugzilla.ximian.com/show_bug.cgi?id=74953</A>
|
|
|
|
--- shadow/74953 2005-06-28 07:27:40.000000000 -0400
|
|
+++ shadow/74953.tmp.1567 2005-06-28 07:27:41.000000000 -0400
|
|
@@ -11,13 +11,13 @@
|
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">martin at ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">emrysk at gmail.com</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
TargetMilestone: ---
|
|
URL:
|
|
Summary: [GMCS] Converting array to IEnumerable<T>
|
|
-OtherBugsDependingOnThis: 74945, 74991
|
|
+OtherBugsDependingOnThis: 74945, 74991[DUPLICATE]
|
|
|
|
I'm using Mono 1.1.7 built from source on Ubuntu (Hoary).
|
|
|
|
The following is a working example. It throws a NullReferenceException
|
|
from AddRange.
|
|
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="031072.html">[Mono-bugs] [Bug 74991][Nor] Changed - [GMCS] Error implicit
|
|
casting int[] -> ICollection <int>
|
|
</A></li>
|
|
<LI>Next message: <A HREF="031074.html">[Mono-bugs] [Bug 73110][Nor] Changed - LateBinding from MS VBC's
|
|
compiled dlls
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#31073">[ date ]</a>
|
|
<a href="thread.html#31073">[ thread ]</a>
|
|
<a href="subject.html#31073">[ subject ]</a>
|
|
<a href="author.html#31073">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|