.NET // vs /// Comments convention
Using three slashes (///) is a C# convention for XML Documentation Comments that is adopted by F# as well.
/// is for documentation comments. VS will use it when generating intellisense information.
Using three slashes (///) is a C# convention for XML Documentation Comments that is adopted by F# as well.
/// is for documentation comments. VS will use it when generating intellisense information.