My brain's gone finishing this morning, so I need a bit of help. Let's say I have a class that looks like this:

Class Foo
{
int bar;
int mooose;

void Foo(int bar, int moose)
{
...