Table of Contents

Method AddRange

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddRange(IEnumerable<object>)

Adds multiple items to the collection.

public void AddRange(IEnumerable<object> collection)

Parameters

collection IEnumerable<object>

The collection of objects to add.

Remarks

Each item in the provided collection is individually added. This method ensures bulk addition while maintaining integrity.