In C# you can make a block inside of a method that is not attached to any other statement.
public void TestMethod() { { string x
Even if it was actually useful for any reason (e.g. variable scope control), I would discourage you from such construct from the standpoint of good old code readibility.