This document is archived and information here might be outdated. Recommended version. |
Adds an element to the array.
[Visual Basic .NET] Public Sub Add ( _ ByVal Element As Integer _ )
[C#] public void Add ( int Element );
[C++]
HRESULT Add(
long Element
);
[C++]
Parameters Element [in]
Element is a parameter of type long
Adds the element to the end of the array.