is there a trick to assign a value to a variable w...
# announcements
e
is there a trick to assign a value to a variable with a custom setter without triggering it?
c
reflection
e
uh
thanks
p
Or if you can change code of this property then create a backing field for this property by yourselves as another property, so you will be able to update this backing field without triggering custom setter.
e
yeah, I thought something like that too
s
curious to the use-case.. reflection or another property that doesnt do the setter work but still assigns to same backing variable come to mind but perhaps there's a better solution (or maybe not)
e
it's for library internal work about an opengl dsl