capitalized member names
Posted: Tue Feb 12, 2008 7:17 pm
I tried using a cobra .dll from C# and Boo.
It works great, except for a little problem:
If I instantiate a class that has a member called "name", when used from C# I must use it capitalized ("Name").
Otherwise it is not recognized.
When used from Boo, I get this error:
"'name' is not a member of 'Dude'. Did you mean 'Name' ? (BCE0019)"
neuruss
It works great, except for a little problem:
If I instantiate a class that has a member called "name", when used from C# I must use it capitalized ("Name").
Otherwise it is not recognized.
When used from Boo, I get this error:
"'name' is not a member of 'Dude'. Did you mean 'Name' ? (BCE0019)"
neuruss