List Question
20 TechQA 2023-07-21T12:15:36.907000Roslyn: SyntaxTree compilation fails, whereas string from SyntaxTree compilation works
84 views
Asked by Erjot
SQL Equivalent to `nameof` operator in C#, Java, etc
327 views
Asked by LSM07
How to access name of named tuple in Typescript
1.2k views
Asked by sayandcode
nameof(T) in HttpXXX attribute on abstract class method
104 views
Asked by Goran
How to determine the original name of a function passed as a delegate
64 views
Asked by Vincent
Why does NameOf(foo.First.Bar) works but NameOf(foo[0].Bar) doesn't?
83 views
Asked by jmiguel
How can I get a passed parameters name in C# (with nameof)
317 views
Asked by Boldizsár Németh
C# How to get properties names as strings of generic class using nameof
110 views
Asked by ElConrado
How to get the full name of a namespace as a string in C#?
1.6k views
Asked by EagleBirdman
Why can nameof not be used with alias-qualified types at the root level?
1.8k views
Asked by Marc Gravell
Downsides of initializing readonly string with its own name per nameof()?
142 views
Asked by M-Expunged
nameof in attribute produces empty string
210 views
Asked by JL0PD
nameof won´t reflect using
131 views
Asked by MakePeaceGreatAgain
F# nameof for record property
424 views
Asked by Jon49
Continued "Is there an equivalent of C#'s nameof(..) in F#?"
264 views
Asked by Franco Tiveron
Using nameof for a recursive generic type's property
283 views
Asked by Franco Tiveron
C# Generics: How to use nameof to get the name of a base class property
842 views
Asked by user246392
F# nameof operator not a first-class function
601 views
Asked by Brett Rowberry
How to create something similar to nameof() c#
1.2k views
Asked by SunainaDG