Universal Windows Service Class Library

ArrayListEventArgs.Collection Property

Get the collection of added objects.

public System.Collections.ICollection Collection {get;}

Remarks

Get the collection of objects which were added to array list. Returning null means that than a single object was added to array list.

See Also

ArrayListEventArgs Class | uws.Utilities Namespace