✅ `T` always value for `nameof`
how come
nameof(T)
always returns T
instead of the type of the generic argument?2 Replies
fixed: needed to use
typeof
instead of nameof
Use the /close command to mark a forum thread as answered