Universal Windows Service Class Library

EventArrayList Constructor (Int32)

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

public EventArrayList(
   int capacity
);

Parameters

capacity
Number of elements which could firstly be stored in array list.

Remarks

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

See Also

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