AddRange |
Scroll |
Copies all ThePair objects from the specified ThePairList to this one.
Namespace: Therefore.API
Visual Basic Public Overridable Function AddRange ( _ pFolderList As ThePairList _ ) C# public virtual void AddRange ( ThePairList pFolderList )
Parameters pFolderList ThePairList from which to copy all ThePair objects.
Return Value None. |
|