Adds an array of CharBox to the current collection.
Declaration
public void AddRange(CharBox[] charBoxes)
Public Sub AddRange(charBoxes As CharBox())
Parameters
Type |
Name |
Description |
CharBox[] |
charBoxes |
An array of CharBox to load into this collection.
|