RootableList<T> Class
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
This entity is experimental and might be changed or removed in a future release.
A list that can be subscribed to during rooting to observe for changes.
Location
- Namespace
- Uno.Collections
- Package
- Fuse.Common 2.9.1
Interface of RootableList<T>
Add(T) uno
Clear uno
Contains(T) : bool uno
Count : int uno
GetEnumerator : IEnumerator<T> uno
Insert(int, T) uno
Remove(T) : bool uno
RemoveAt(int) uno
ReplaceAt(int, T) uno
RootableList Constructor uno
Creates a new RootableList<T>