| 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
)
Protected Overrides Function GetNext (
n As Byte
) As Byte
protected:
virtual unsigned char GetNext(
unsigned char n
) override
abstract GetNext :
n : byte -> byte
override GetNext :
n : byte -> byte
Parameters
- n
- Type: SystemByte
The value for which the following value must be computed
Return Value
Type:
ByteThe following value of
nSee Also