diff --git a/snippets/csharp/System.Collections.Generic/ListT/Contains/program.cs b/snippets/csharp/System.Collections.Generic/ListT/Contains/program.cs index 2716e78af40..8f2b6a71d91 100644 --- a/snippets/csharp/System.Collections.Generic/ListT/Contains/program.cs +++ b/snippets/csharp/System.Collections.Generic/ListT/Contains/program.cs @@ -25,7 +25,6 @@ static void Main(string[] args) public class Cube : IEquatable { - public Cube(int h, int l, int w) { this.Height = h;