Adds the contents of another IList<MaskField> to the end of the collection, which is built from a specified format string.
public void AddRange(
string
)
'Declaration
Public Overloads Sub AddRange( _
ByVal As String _
)
'Usage
Dim instance As MaskFieldCollection
Dim format As String
instance.AddRange(format)
Parameters
- format
- A System.String value indicates the specified format string.