Universal Windows Service Class Library

EventArrayList.Remove Method 

Remove the first found element of given object from array list.

public override void Remove(
   object obj
);

Parameters

obj
Object which should be removed from array list. Null is also allowed.

Implements

IList.Remove

Remarks

Remove the first found element of given object from array list.

See Also

EventArrayList Class | uws.Utilities Namespace