Copies the elements of the specified ModuleAction
array to the end of the collection.
Namespace: DotNetNuke.Entities.Modules.ActionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public void AddRange( ModuleAction[] value ) |
Visual Basic |
---|
Public Sub AddRange ( value As ModuleAction() ) |
Parameters
- value
- Type: array<DotNetNuke.Entities.Modules.Actions..::..ModuleAction>[]()[][]
An array of type ModuleAction containing the objects to add to the collection.