Summary
Returns a flattened source with the index.
- Namespace
- DynamicData
- Containing Type
- ChangeSetEx
Syntax
public static IEnumerable<ItemChange<T>> Flatten<T>(this IChangeSet<T> source)
Type Parameters
Name | Description |
---|---|
T | The type of the item. |
Parameters
Name | Type | Description |
---|---|---|
source | IChangeSet |
The source. |
Return Value
Type | Description |
---|---|
IEnumerable |
An enumerable of change sets. |