Skip to content

Instantly share code, notes, and snippets.

@ivanxpetrov
Last active May 18, 2018 04:24
Show Gist options
  • Select an option

  • Save ivanxpetrov/176f687fccbf1f9bb07f83e9b38e9d5b to your computer and use it in GitHub Desktop.

Select an option

Save ivanxpetrov/176f687fccbf1f9bb07f83e9b38e9d5b to your computer and use it in GitHub Desktop.
System.Reflection.MethodBase.GetCurrentMethod().Name
//using System.Runtime.CompilerServices;
public void SendError(string Message, [CallerMemberName] string callerName = "")
{
Console.WriteLine(callerName + "called me.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment