ComponentOne Input for WinForms
AddRange Method (PlaceholderCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > PlaceholderCollection Class : AddRange Method
The ICollection whose elements should be added.
Adds the special characters of an ICollection to the end of the PlaceholderCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal c() As CustomPlaceholder _
) 
public void AddRange( 
   CustomPlaceholder[] c
)

Parameters

c
The ICollection whose elements should be added.
See Also

Reference

PlaceholderCollection Class
PlaceholderCollection Members