Created
January 10, 2020 18:13
-
-
Save abc126/b6ba538f9fa2402adf3a1a43ffb30442 to your computer and use it in GitHub Desktop.
CallerMemberNameAttribute
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace System.Runtime.CompilerServices { | |
| sealed class CallerMemberNameAttribute : Attribute { } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment