Castle.MonoRail.Framework.Tests.Controller2.Index C# (CSharp) Method

Index() private method

private Index ( String name ) : void
name String
return void
		public void Index(String name)
		{
		}	
	}

Same methods

Controller2::Index ( int id ) : void
Controller2