| Overload | Description |
|---|---|
| AddRange(String[]) | Adds the strings from the given array to this string set. |
| AddRange(String[],Int32,Int32) | Adds the strings from the given array to this string set starting from the given "startIndex" of the array and adding "count" number of strings. |