[]
Adds a char box to the collection.
public int Add(CharBox charBox)
Public Function Add(charBox As CharBox) As Integer
| Type | Name | Description |
|---|---|---|
| CharBox | charBox | A CharBox indicates the char box. |
| Type | Description |
|---|---|
| int | A int indicates the index of the char box. |
Adds a CharBox to the collection.
public void Add(CharBox templateCharBox, int count)
Public Sub Add(templateCharBox As CharBox, count As Integer)
| Type | Name | Description |
|---|---|---|
| CharBox | templateCharBox | A CharBox indicate the template CharBox which would be added in current collection |
| int | count |