Returns a One-Based AutoHotkey array representing all the elements in the current instance.
instance.Clear()
Gets a One-Based AutoHotkey array representing all the elements in the current instance.
Returns a One-Base AutoHotkey array.
0.4
Can Not be overridden in derived classes.
All elements will have and index in the return array one greater then the current list instance. Element 0 (instance.Item[0]) will be array[1] in the returned results.
Modifying the returned array does not modify elements in the current instance of MfListBase derived classes