'Declaration Public Sub AddRange( _
ByVal itemsThe array whose elements should be added to the end of FormFieldCollection.() As FormField _
)
public: void AddRange(
FormField*[]* items
)
public:
void AddRange(
array<FormField^>^ items
)
Parameters
- items
- The array whose elements should be added to the end of FormFieldCollection.