AddRange |
Scroll |
Adds all integers from the specified IntArray (by value).
Namespace: Therefore.API
Visual Basic Public Overridable Function AddRange ( _ pArray As TheIntArray _ ) C# public virtual void AddRange ( TheIntArray pArray )
ParameterspArray Array with integers to be added.
Return ValueNone. |
Exceptions |
|