Add()

Namespace ›› System ›› MfByteList ›› Methods ››
Parent Previous Next

Add()

Adds a byte element to the end of the current instance.
Overrides MfListBase.Add()

OutputVar := instance.Add(obj)

Add(obj)

Adds a byte element to the end of the current instance.

Parameters

obj

The integer byte value from 0 to 255 to add to the current instance.
Can be any type that matches IsInteger or var integer.

Returns

Var containing Integer of the zero-based index at which the obj has been added.

Throws

Throws MfNullReferenceException if called as static method.
Throws MfArgumentOutOfRangeException if obj is less then 0 or greater then 255