Arraylist

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

Guest

Hi,

I've included : using System.Collections;
and declared the Arraylist as:
ArrayList myList = new ArrayList();
but type myList. (then the dot) I can't see the methods and properties, so
how can see them!!?
 
Now and then I've had Intellisense fail to work until a few seconds have
passed (particularly if VS has just been launched), and in rare
instances, until I've closed and reopened the solution.

If you are accurately describing what you've done and spelled everything
correctly, it should work.

Is this specific to this code? For example, did you get code completion
when typing the period in the "using" statment? I guess if Intellisense
does not work at all, anyplace, then I'd Google around to see if there
are any remediation steps shy of reinstalling VS. If it just doesn't
work in this one situation, maybe you just have to chalk it up as one of
those unexplained things that happens now and then.

--Bob
 
Try building your project,
then run it.

this is what i do when i get the same issue and it tends to work.

CR
 
I had a similar problem some time back. This was due to a add-in (ReSharper)
uninstallation. Have you uninstalled any add-in recently?

cheers!
 
Back
Top