[Mono-bugs] [Bug 30098][Wis] New - CodeTypeReferenceCollection is missing overloaded Add () methods
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Sep 2002 08:57:44 -0000
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30098
--- shadow/30098 Tue Sep 10 04:57:44 2002
+++ shadow/30098.tmp.22075 Tue Sep 10 04:57:44 2002
@@ -0,0 +1,25 @@
+Bug#: 30098
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: duncan@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CodeTypeReferenceCollection is missing overloaded Add () methods
+
+CodeTypeReferenceCollection has 3 overloaded Add methods, supporting:
+
+* public int Add(CodeTypeReference);
+* public void Add(string);
+* public void Add(Type);
+
+We only have code to handle the first case.