Check out example codes for "c# return multiple value unity". It will help you in understanding the concepts better.
Code Example 1
public Function( out int a, out int b, out in c )
{
a = 1;
b = 2;
c = 4;
}
Learn ReactJs, React Native from akashmittal.com