Click or drag to resize

ByteTypeGetNext Method

Returns the value following n

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
protected override byte GetNext(
	byte n
)

Parameters

n
Type: SystemByte
The value for which the following value must be computed

Return Value

Type: Byte
The following value of n
See Also