Property | Value |
---|---|
Id | RR0022 |
Title | Change type according to expression |
Syntax | variable declaration, foreach statement |
Span | type |
Enabled by Default | ✓ |
IEnumerable<object> items = new List<object>();
List<object> items = new List<object>();
(Generated with DotMarkdown)