AsyncReactiveListT Class |
Namespace: Kit.Containers
[SerializableAttribute] public class AsyncReactiveList<T> : List<T>
The AsyncReactiveListT type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncReactiveListT | Initializes a new instance of the AsyncReactiveListT class |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the ListT. | |
| AddRange | Adds the elements of the specified collection to the end of the ListT. | |
| Clear | Removes all elements from the ListT. | |
| EveryCountChanged | Returns a IUniTaskAsyncEnumerable that triggers when the number of items in the list change. | |
| Insert | Inserts an element into the ListT at the specified index. | |
| InsertRange | Inserts the elements of a collection into the ListT at the specified index. | |
| Remove | Removes the first occurrence of a specific object from the ListT. | |
| RemoveAll | Removes all the elements that match the conditions defined by the specified predicate. | |
| RemoveAt | Removes the element at the specified index of the ListT. | |
| RemoveRange | Removes a range of elements from the ListT. |