❔ Python Decorators in C# ??? How do i intercept method calls with attributes?
Is is possible to intercept/prevent a method call in c# with attributes? i was thinking about something like python decorators, which can decide what happens with the method call, args and return value
that should throw a
that should throw a
ValueError if the id parameter is 69, for example


