Castle.MicroKernel.Tests.Tester2.Tester2 C# (CSharp) Method

Tester2() public method

public Tester2 ( int foo ) : System
foo int
return System
		public Tester2(int foo)
		{
			this.foo = foo;
		}
	}
Tester2