Universal Windows Service Class Library

EventArrayList.AddRange Method 

Add list of elements to array list.

public override void AddRange(
   ICollection c
);

Parameters

c
ICollection containing list of elements.

Remarks

Add list of elements in ICollection to array list. The list could be contain null values but the parameter 'c' must be a valid object.

See Also

EventArrayList Class | uws.Utilities Namespace | ICollection