DXObservableCollection<T>.ForEach Method
Name | Parameters | Description |
---|---|---|
ForEach(Action<T, Int32>, Boolean) | action, parallel | Iterates through each item in the DXObservableCollection<T> and performs the specified action. |
ForEach(Action<T>, Boolean) | action, parallel | Iterates through each item in the DXObservableCollection<T> and performs the specified action. |