public void Test5 <T>(int a, params T[] arg) { //------------------------------------------ DelegateBridge _Hotfix0_Test = HotfixCalc.__Hotfix0_Test5; if (_Hotfix0_Test != null) { _Hotfix0_Test.InvokeSessionStart(); _Hotfix0_Test.InParam <HotfixCalc>(this); _Hotfix0_Test.InParam <int>(a); _Hotfix0_Test.InParams <T>(arg); _Hotfix0_Test.Invoke(0); _Hotfix0_Test.InvokeSessionEnd(); return; } //------------------------------------------ }