Sandcastle XML Comments Guide
SampleClassIncrement Method |
The Increment method increments the stored number by one
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public int Increment()
Public Function Increment As Integer
public: int Increment()
member Increment : unit -> int
Return Value
Type: Int32The new sample number after being incremented
See Also