Is it possible to refer to the parameter using a different method than the one you are writing the resume, and if so, what is the syntax.
I know about <paramref name="..."/>
, but I do not know how to reference another method.
A simple humorous example in case I don't let myself know:
public void Foo(bool magic)
{
}
public void Bar()
{
}
(Obviously, this is not very convenient, it is just for illustrative purposes.)
source
share