U
Umut Tezduyar
Inside a method, can we get the name of the method.
Explanation
public void MehtodName ()
{
Console.WriteLine (<The name of the method i am in; MethodName>);
}
Output:
MethodName
I hope i am clear enough to explain my issue.
Explanation
public void MehtodName ()
{
Console.WriteLine (<The name of the method i am in; MethodName>);
}
Output:
MethodName
I hope i am clear enough to explain my issue.