SampleClass.Increment Method

Sandcastle XML Comments

Sandcastle XML Comments GuideSampleClassIncrement 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: Int32
The new sample number after being incremented
See Also