Universal Windows Service Class Library

EventArrayList Constructor

Default constructor of the event array list class.

Overload List

Default constructor of the event array list class.

public EventArrayList();

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

public EventArrayList(ICollection);

Constructor of the event array list class with fixed start size.

public EventArrayList(int);

See Also

EventArrayList Class | uws.Utilities Namespace