C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / AddRange Method
The ICollection whose elements should be added.

In This Topic
AddRange Method (PlaceholderCollection)
In This Topic
Adds the special characters of an ICollection to the end of the PlaceholderCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal c() As CustomPlaceholder _
) 
 

Parameters

c
The ICollection whose elements should be added.
See Also