Whenever there is a bit of code to show you, it will look like this:
C#
public class ThisIsAGreatClass { // lots of code here }
VB.NET
Public Class ThisIsAGreatClass ' lots of code here End Class
Special points, sidebars, important notes, and other tangents will be separated from the rest of the text like this:
This is something you should take into consideration. |