hfhbd
05/25/2023, 8:17 AMMemberName("MyObject", "my-prop")
and I need carefully adopt my generator to use %N
. This is also affects %L
, which uses the same %M
escaping when passing MemberName
. Also related, %N
only writes the escaped property name, but does not include the class name, so I need to write the classname manually in another code block too.jessewilson
05/25/2023, 11:08 AMhfhbd
05/25/2023, 11:28 AMMemberName
but results in different output, which is somehow confusing.