[Mono-bugs] [Bug 56465][Wis] Changed - The argument to the IndexerName attribute must be a valid identifier

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Apr 2004 15:40:49 -0400 (EDT)


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 classdevelopment@a-softtech.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56465

--- shadow/56465	2004-04-06 00:36:40.000000000 -0400
+++ shadow/56465.tmp.18196	2004-04-06 15:40:49.000000000 -0400
@@ -50,6 +50,14 @@
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-04-06 00:36 -------
 I hate that it takes two clicks to open + assign
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-04-06 00:36 -------
 especially when you make a typo ;-)
+
+------- Additional Comments From ClassDevelopment@A-SoftTech.com  2004-04-06 15:40 -------
+System/System.CodeDom.Compiler/CodeGenerator.cs contains a static 
+method:
+public static bool IsValidLanguageIndependentIdentifier (string 
+value)
+ 
+Maybe that could be of use here.