Skip to content

Instantly share code, notes, and snippets.

@abc126
Created January 10, 2020 18:13
Show Gist options
  • Select an option

  • Save abc126/b6ba538f9fa2402adf3a1a43ffb30442 to your computer and use it in GitHub Desktop.

Select an option

Save abc126/b6ba538f9fa2402adf3a1a43ffb30442 to your computer and use it in GitHub Desktop.
CallerMemberNameAttribute
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