Increments the current progress value by the specified amount.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public void Increment(
	int value
)
Visual Basic
Public Sub Increment ( 
	value As Integer
)

Parameters

value
Type: System..::..Int32
Value.

See Also