VSDiagnostics icon indicating copy to clipboard operation
VSDiagnostics copied to clipboard

Implement CollectionWithClassEnumerator

Open Vannevelj opened this issue 8 years ago • 0 comments

Enumerators should be struct's per the BCL and Roslyn guidelines. Explanation here: http://stackoverflow.com/a/3168435/1864167

From Roslyn guidelines:

Avoid using foreach over collections that do not have a struct enumerator.

https://github.com/dotnet/roslyn/wiki/Contributing-Code

Vannevelj avatar May 03 '16 18:05 Vannevelj