Universal Windows Service Class Library

EventArrayList Constructor (ICollection)

Constructor of the event array list class which contains data in ICollection.

public EventArrayList(
   ICollection c
);

Parameters

c
ICollection containing elements which will be added to new list.

Remarks

Constructor of the event array list class which contains data in ICollection.

See Also

EventArrayList Class | uws.Utilities Namespace | EventArrayList Constructor Overload List | ICollection