[]
Adds the elements of an array to the end of the collection.
public void AddRange(ValueInterval[] c)
Public Sub AddRange(c As ValueInterval())
| Type | Name | Description |
|---|---|---|
| ValueInterval[] | c | The array whose elements should be added to the end of the collection. |