Additionally, if does not work if or if not a "using" statement is used. E.g. if you create an array list with System.Collections.ArrayList and do not include "using", it compiles (as it is an allowed statement!) but code completion is missing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1858080
Originator: NO
Additionally, if does not work if or if not a "using" statement is used. E.g. if you create an array list with System.Collections.ArrayList and do not include "using", it compiles (as it is an allowed statement!) but code completion is missing.
Logged In: YES
user_id=1858080
Originator: NO
solved