identifier length in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what is the maximum identifier length in C#? is it documented somewhere?
 
jim said:
what is the maximum identifier length in C#? is it documented somewhere?

I haven't seen any specified maximum length, but experimentally it
appears to be 512 characters with the MS C# compiler. (It looks like
Mono has followed this, too.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top