[]
Adds the contents of another IList<T> to the end of the collection, which is built from a specified format string.
public void AddRange(string text)
Public Sub AddRange(text As String)
Type | Name | Description |
---|---|---|
string | text | A string value indicates the specified format string. |
Type | Condition |
---|---|
ArgumentException | The text has invalid chars that can't be translated. |