Testing C# syntax
June 22nd, 2008
No comments
public int TestMethodA(Int32 testInt)
{
return testInt + 1;
}
Categories: Test
public int TestMethodA(Int32 testInt)
{
return testInt + 1;
}
Testing the blog engine. Looks like it works pretty well.