void MyFunction<T1, T2>() where T1, T2 : struct {}void MyFunction<T1, T2>() where T1: struct , T2 : struct {}void MyFunction<T1, T2>() where T1: struct , where T2 : struct {}
stevo_ wrote: void MyFunction() where T1 : struct where T2 : struct {} Commence self kick