зеркало из https://github.com/mono/mail-archives.git
95 строки
3.5 KiB
HTML
95 строки
3.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 40166][Nor] Changed - Array derived classes need a .ctor (Int32)
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="004338.html">
|
|
<LINK REL="Next" HREF="004337.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 40166][Nor] Changed - Array derived classes need a .ctor (Int32)
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 40166][Nor] Changed - Array derived classes need a .ctor (Int32)">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>Thu, 27 Mar 2003 01:51:02 -0500 (EST)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="004338.html">[Mono-bugs] Baby Boomers to GenX 2823L-5
|
|
</A></li>
|
|
<LI> Next message: <A HREF="004337.html">[Mono-bugs] [Bug 40394][Wis] New - Problem encrypting data using CryptoStream with MemoryStream
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#4335">[ date ]</a>
|
|
<a href="thread.html#4335">[ thread ]</a>
|
|
<a href="subject.html#4335">[ subject ]</a>
|
|
<a href="author.html#4335">[ 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="mailto:miguel@ximian.com.">miguel@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=40166">http://bugzilla.ximian.com/show_bug.cgi?id=40166</A>
|
|
|
|
--- shadow/40166 Sun Mar 23 10:13:51 2003
|
|
+++ shadow/40166.tmp.21211 Thu Mar 27 01:51:02 2003
|
|
@@ -1,16 +1,16 @@
|
|
Bug#: 40166
|
|
-Product: Mono/MCS
|
|
+Product: Mono/Runtime
|
|
Version: unspecified
|
|
-OS:
|
|
+OS: unknown
|
|
OS Details:
|
|
Status: NEW
|
|
Resolution:
|
|
-Severity:
|
|
-Priority: Wishlist
|
|
-Component: Misc
|
|
+Severity: Unknown
|
|
+Priority: Normal
|
|
+Component: misc
|
|
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:gonzalo@ximian.com">gonzalo@ximian.com</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
TargetMilestone: ---
|
|
URL:
|
|
Cc:
|
|
@@ -29,6 +29,9 @@
|
|
BindingFlags.Public | BindingFlags.Static |
|
|
BindingFlags.NonPublic | BindingFlags.Instance
|
|
);
|
|
|
|
Console.WriteLine( "Type {0} has {1} constructors and its base class is
|
|
{2}", arrayTypeName, infos.Length, arraytype.BaseType.ToString() );
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:miguel@ximian.com">miguel@ximian.com</A> 2003-03-27 01:50 -------
|
|
+This seems to be a runtime/class libraries bug.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="004338.html">[Mono-bugs] Baby Boomers to GenX 2823L-5
|
|
</A></li>
|
|
<LI> Next message: <A HREF="004337.html">[Mono-bugs] [Bug 40394][Wis] New - Problem encrypting data using CryptoStream with MemoryStream
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#4335">[ date ]</a>
|
|
<a href="thread.html#4335">[ thread ]</a>
|
|
<a href="subject.html#4335">[ subject ]</a>
|
|
<a href="author.html#4335">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|