Compiler Error CS1948
Visual Studio 2008
The range variable 'name' cannot have the same name as a method type parameter
The same declaration space cannot contain two declarations of the same identifier.
To correct this error
Change the name of the range variable or the type parameter.