C# – Passing params object[] to a sub-function as multiple parameters
I am working in a .NET core console application and using Python net to call python scripts from within the C#, and I would like to create a helper script that takes care of calling the Python script since we need to set some variables, initialize the interpreter, navigate to the system path, etc.