You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows unbound generic types to be used with nameof, as in nameof(List<>) to obtain the string "List", rather than having to specify an unused generic type argument in order to obtain the same string.
Unbound generic types in
nameof
Summary
Allows unbound generic types to be used with
nameof
, as innameof(List<>)
to obtain the string"List"
, rather than having to specify an unused generic type argument in order to obtain the same string.Design meetings
main/meetings/2017/LDM-2017-11-06.md#roslyn-20450
main/meetings/2024/LDM-2024-10-16.md#unbound-generic-types-in-nameof
The text was updated successfully, but these errors were encountered: