Formatting Code in WordPress
I havn’t blogged for a while.. possibly for the fact that it was a bit painful to get my code to come up correctly.
Well, here is a test post
/// <summary>
/// Just a test
/// </summary>
public interface IBlobDriveObject
{
string ObjectName { get; }
string FullName { get; }
void CopyTo(string dstPath);
void CopyTo(string dstPath, bool overwrite);
}
Here is a description of how: