Compiler Error CS0111
Visual Studio 2008
Type 'class' already defines a member called 'member' with the same parameter types
CS0111 occurs if a class contains two member declarations with the same name and parameter types. For more information, see Methods (C# Programming Guide).