If you really want noop, then this defines a nameless action that doesn’t do anything, and then invokes it, causing nothing to happen:
((Action)(() => { }))();
If you really want noop, then this defines a nameless action that doesn’t do anything, and then invokes it, causing nothing to happen:
((Action)(() => { }))();