NinethSense oWnZ mE!: Praveen’s drawing book

Choose a Topic:

Thu
9
Mar '06

Return multiple values from a function

 
private void test(out string test1, out string test2) 
{
	test1 = “hello”;
	test2 = “world”;
}
 
 
 
test(out a, out b);
Text = a + ” “ + b;
 
The CodeProject Microsoft Developer Network Official ASP.NET Forums Microsoft .NET Framework Community Microsoft Most Valuable Professional Kidoos forums Microsoft Visual Studio Developer Home Professional Information Technology Solutions Microsoft Research Home Kerala Microsoft Users Group Community Website