TestClass.DoFoo C# (CSharp) Method

DoFoo() private method

private DoFoo ( ) : int
return int
	public int DoFoo()
	{
		return 0;
	}
}