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