[Proposal] NameOf(Me)
Open
Discussion
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
[Ported from Roslyn Repo ](https://github.com/dotnet/roslyn/issues/16130)
`NameOf(Me)` should evaluate to the Class / Structure / Module name, it is used in.
```VB
Module Exts
Public Function Foo() As Object
Debug.WriteLine(NameOf(Me)) ' output "Exs"
End Function
End Module
```
*Advantage*
Doesn't require reflection.
Doesn't require repetition of the TypeName
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.