
If I use this code
object obj = new DateTime(0);
foreach (int id in (obj as DateTime).{???}) { }
Intellisense for "obj" with "as" statement in foreach statement is not available.
If I use this code
object obj = new DateTime(0);
foreach (int id in (obj as DateTime).{???}) { }
Intellisense for "obj" with "as" statement in foreach statement is not available.
Hello, thanks for reporting this. We've updated our code to handle it properly for the next version.
Please log in to a validated account to post comments.