Add |
Scroll |
Adds the specified integer to the array and grows it if necessary.
Namespace: Therefore.API
Visual Basic Public Overridable Function Add ( _ nValue As Integer _ ) C# public virtual void Add ( int nValue )
ParametersnValue Integer to be added.
Return ValueNone. |