How I can call the nonstatic void method with ref parameter in a different thread
method (ref a, ref b);
method (ref int a, ref int b) { //some code
}