Closed GoogleCodeExporter closed 9 years ago
Sorry, but I cannot reproduce this:
UniqueName(0) returns "A"
UniqueName(52) returns "aA"
UniqueName(0, ".") returns "A"
UniqueName(52, ".") returns "a.A"
The last two results are used for type names. I admit that in some
configurations
(e.g. XmlSerializer) it is not desirable to have the same type names in
different
namespaces. The ReuseNames variable set to false disables this behavior. (see
Configuration in the Wiki)
Original comment by webbi...@gmail.com
on 6 Nov 2009 at 3:21
Original issue reported on code.google.com by
carlokok@gmail.com
on 15 Oct 2009 at 6:58Attachments: