TypeName | ForInArrayAnalyzer |
Check Id | CC0006 |
Category | Style |
Severity | Info |
A simple iteration using a for
loop and it is not interacting
with the indexer anywhere but in a single place where it
accesses the array used in the for condition to assign it to
a variable, which is itself used isnde the for
loop.
A code fix will be presented to you that will transform the code:
None
TBD