Universal Windows Service Class Library

EventArrayList.Add Method 

Add element to array list end.

public override int Add(
   object value
);

Parameters

value
Object which should be added to array list. Null is also valid.

Return Value

Position index of the inserted element.

Implements

IList.Add

Remarks

Add given element to array list. The element will be added at the end of the list.

See Also

EventArrayList Class | uws.Utilities Namespace