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