Click or drag to resize

AsyncReactiveListT Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListT
    Kit.ContainersAsyncReactiveListT
      Kit.ContainersUpgradeList

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
[SerializableAttribute]
public class AsyncReactiveList<T> : List<T>
Request Example View Source

Type Parameters

T

The AsyncReactiveListT type exposes the following members.

Constructors
  NameDescription
Public methodAsyncReactiveListT
Initializes a new instance of the AsyncReactiveListT class
Top
Methods
  NameDescription
Public methodAdd
Public methodAddRange
Public methodClear
Public methodEveryCountChanged
Returns a IUniTaskAsyncEnumerable that triggers when the number of items in the list change.
Public methodInsert
Public methodInsertRange
Public methodRemove
Public methodRemoveAll
Removes all the elements that match the conditions defined by the specified predicate.
Public methodRemoveAt
Public methodRemoveRange
Top
See Also