Home Films/DVD Asylum

Movies from comedy to drama to your favorite Hollyweird Star.

RE: foo

public void Foo( byte i, byte j, string k)
{
//Main body
}

public void Foo( byte i, byte j) {
Foo(i, j, "");
}

public void Foo( byte i) {
Foo(i, 2, "");
}

private void Command1_Click(Object eventSender, EventArgs eventArgs)
{
Foo(1);
Foo(1, 5);
Foo(1, 5, "Hello");
Foo(1, 2, "Hello");
}


This post is made possible by the generous support of people like you and our sponsors:
  Crux Audio  


Follow Ups Full Thread
Follow Ups
  • RE: foo - dwill123 16:36:59 09/06/08 (0)

FAQ

Post a Message!

Forgot Password?
Moniker (Username):
Password (Optional):
  Remember my Moniker & Password  (What's this?)    Eat Me
E-Mail (Optional):
Subject:
Message:   (Posts are subject to Content Rules)
Optional Link URL:
Optional Link Title:
Optional Image URL:
Upload Image:
E-mail Replies:  Automagically notify you when someone responds.