AddRange |
Scroll |
Copies all objects from the specified TheObjectList to this one.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddRange ( _ pObjectList As TheObjectList _ ) C# public virtual void AddRange ( TheObjectList pObjectList )
ParameterspObjectList TheObjectList from which to copy all items.
Return ValueNone. |
|