B
Beenish Sahar Khan
I'm using reflection to invoke some methods,
now the general patteren of the function defination is
private void FunctionName( argument1 , argument2)
for some functions i don't need the argument2 but for some i do...is there
any way using reflection to invoke the method but omit the last argument in
some function definations while for other we use it.
regards,
Beenish Khan
now the general patteren of the function defination is
private void FunctionName( argument1 , argument2)
for some functions i don't need the argument2 but for some i do...is there
any way using reflection to invoke the method but omit the last argument in
some function definations while for other we use it.
regards,
Beenish Khan