G
Guest
I am converting several small J++ applications to C# using the JLCA with
Visual Studio 2005. There are lots of errors 1209 "Method was not converted
to a property".
I'm curious as to WHY they were not converted to a property. Some
get-and-set pairs get converted, some don't, it all seems rather random.
Some get-and-set pairs are not converted because because the 'set' method is
overloaded. I can see a 1209 here I guess.
But most of the 1209 errors are for ordinary get-and-set pairs that are not
overloaded.
I'm curious as to the reasons a 1209 error would be generated.
Thanks for your time.
Visual Studio 2005. There are lots of errors 1209 "Method was not converted
to a property".
I'm curious as to WHY they were not converted to a property. Some
get-and-set pairs get converted, some don't, it all seems rather random.
Some get-and-set pairs are not converted because because the 'set' method is
overloaded. I can see a 1209 here I guess.
But most of the 1209 errors are for ordinary get-and-set pairs that are not
overloaded.
I'm curious as to the reasons a 1209 error would be generated.
Thanks for your time.