C# calling method name

44

C# calling method name -

public void Method([CallerMemberName] string callerMethodName = null)
{
}

Comments

Submit
0 Comments