<FindAndClickAds>o__SiteContainer1
and <>p__Site2
are not valid C# identifiers. It looks like this has been decompiled and are compiler-generated class names. You should change the names to use valid identifiers e.g.
private static class FindAndClickAdso__SiteContainer1
{
public static CallSite<Func<CallSite, object, IHTMLWindow2>> p__Site2;
}
0
solved Error CS1513: } expected