Sandcastle XML Comments Guide
SampleClassDoSomething Method (Int32, String) |
This version of the method takes both an integer and a string parameter.
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void DoSomething( int number, string text )
Public Sub DoSomething ( number As Integer, text As String )
public: void DoSomething( int number, String^ text )
member DoSomething : number : int * text : string -> unit
Parameters
- number
- Type: SystemInt32
A number to use - text
- Type: SystemString
A text value to use
See Also