J
Jeff Gaines
I'll try and press the right button this time.....
If I have a function:
private void TestFunction(int testNumber)
{
return testNumber * 5;
}
Is there a way to print the code in the function itself to a Text Box?
I am trying to get my head round CodeDom and my brain hurts, something
like the above would enable me to say 'if you do this + function code you
get this + function result.
I suspect it can't be done but would appreciate any thoughts.
If I have a function:
private void TestFunction(int testNumber)
{
return testNumber * 5;
}
Is there a way to print the code in the function itself to a Text Box?
I am trying to get my head round CodeDom and my brain hurts, something
like the above would enable me to say 'if you do this + function code you
get this + function result.
I suspect it can't be done but would appreciate any thoughts.