Priority
Show-stopper
Type
Bug 
State
Won't fix 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Serge Baltic
    2 years ago (21 Oct 2007 22:52)
  • Updated by Serge Baltic
    19 months ago (09 Jun 2008 23:01)
  • Jira: RSRP-51577
    (history, comments)

RSRP-51577

CA::VB::IterateCollForeach: Not Available on some Strings

0
Public Class Data
    Sub Test()
        Dim Lines() As String = New String(10) {}
        For Each line As String In Lines
            line
        Next
    End Sub
End Class


The innermost {line} has no "iterate..." CA on it. Why?

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments