null check raising errors
i come from python and my first interpretation was that they can work like decorators, but that's clearly not the case.
my question is how do i modify class data with an attribute?
like how in python you can decorate a class like this:
how would i do this in C#?
my question is how do i modify class data with an attribute?
like how in python you can decorate a class like this:
how would i do this in C#?