Blitzableiter Code

Visual Studio formats the code by itself. You should use the standard code formatting.
The XML documentation is set to "on" so please use this great feature and comment your code!
Adding comments afterwards will be a pain in the ...!

It should look like this:

/// <summary>
/// Enter your summary here.
/// </summary>
/// <param name="bar">Enter the parameter decription here.</param>
public void Foo(string bar)
{
   ...

Tip: By typing the triple slashes "///" visual studio autogenerates comments on classes, properties and methods for you.

Also available in: HTML TXT