Interface ISourceList<T>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
An editable observable list, providing observable methods as well as data access methods.
Type Parameters
T
The type of the item.
- Inherited Members
- Extension Methods
Methods
Edit(Action<IExtendedList<T>>)
Edit the inner list within the list's internal locking mechanism.
Parameters
updateAction
Action<IExtendedList <T>>The update action.