how to assign list int for method parameter in csharp

Code Example - how to assign list int for method parameter in csharp

                
                        object yourObject = System.Activator.CreateInstance(Type.getType("yourType"), myListOfString);