Click or drag to resize

AsyncReactiveListTEveryCountChanged Method

Returns a IUniTaskAsyncEnumerable that triggers when the number of items in the list change.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public IUniTaskAsyncEnumerable<int> EveryCountChanged()
Request Example View Source

Return Value

Type: IUniTaskAsyncEnumerableInt32
See Also