AddRange |
Scroll |
Copies all TheLinkedObject instances from the specified TheLinkedObjectList to this one.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddRange ( _ pLinkedObjectList As TheLinkedObjectList _ ) C# public virtual void AddRange ( TheLinkedObjectList pLinkedObjectList )
ParameterspLinkedObjectList TheLinkedObjectList from which to copy all TheLinkedObject instances.
Return ValueNone. |
|