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