AD
Administrator
Syncfusion Team
November 30, 2004 01:57 PM UTC
Your request is noted.
Using a single string as an argument does simplify the code. You do not have to have delegates for any number of possible argument combinations. It puts the burden of understanding/interpreting the argument on the functions itself. This makes extending the library quite simple.
Of course, this comes at the price you mentioned. We will discuss extending our single delegate model to handle a few common cases like a double[] argument.