'Declaration
Public Overloads Sub Add( _ ByVal templateCharBox As CharBox, _ ByVal count As Integer _ )
'Usage
Dim instance As CharBoxCollection Dim templateCharBox As CharBox Dim count As Integer instance.Add(templateCharBox, count)
public void Add( CharBox templateCharBox, int count )
Parameters
- templateCharBox
- A CharBox indicate the template CharBox which would be added in current collection
- count
- An System.Int32 indicate the total number of CharBox which be added