I get the error CS1001: Identifier expected when trying to compile a source in Visual Studio. Please help me as I have no clue what an Identifier is.

My code:

Code:
using System;

internal class ConfusedByAttribute : Attribute
{
    public ConfusedByAttribute(string);


}
Please help!