namespace VCommon { public delegate TReturn ParamsFunc(params TParams[] args); }