private void test(out string test1, out string test2)
{
test1 = "hello";
test2 = "world";
}

test(out a, out b);
Text = a + " " + b;

VN:F [1.1.6_502]
Rating: 0.0/5 (0 votes cast)
Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • LinkedIn
  • Live
  • MySpace
  • StumbleUpon
  • Technorati

Related posts:

  1. C# Multiple Watermarking in same image
  2. Build DateTime from values
  3. MD5 encryption with c#
  4. Return DataTable from Web Service
  5. A simple ISAPI extension with C#