AddRange |
Scroll |
Adds all TheCondition elements of the specified TheConditionList to the end of the list (by reference).
Namespace: Therefore.API
Visual Basic Public Overridable Function AddRange ( _ pConditionList As TheConditionList _ ) C# public virtual void AddRange ( TheConditionList pConditionList )
Parameters pConditionList All elements of this list will be added.
Return Value None. |
Exception |
Condition |
Null Reference Argument |
The specified is a pConditionList null reference / null pointer. |