Click to expand
Sandcastle XML Comments Guide

SampleClass DoSomething Method

This method has four overloads
Overload List
  NameDescription
Public methodDoSomething 
This version of the method takes no parameters.
Public methodDoSomething(Int32)
This version of the method takes an integer parameter.
Public methodDoSomething(String)
This version of the method takes a string parameter.
Public methodDoSomething(Int32, String)
This version of the method takes both an integer and a string parameter.
Top
See Also

Reference