Method Increment
Increment(THandleValueType)
Method to implement which returns the increment of a given value.
Declaration
protected abstract THandleValueType Increment(THandleValueType val)
Parameters
| Type | Name | Description | 
|---|---|---|
| THandleValueType | val | The value to increment.  | 
    
Returns
| Type | Description | 
|---|---|
| THandleValueType | The incremented value.  |