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