Friday, November 13, 2009

Creating your own C# attributes.


PostSharp makes it easy to create your own custom C# attributes like:

[Log] // Adds logging to function.
public void myFunction()
{
}

No comments: