All remaining references to the old name of the waitable class, 'progression' changed to 'waitable'; QueueOperation renamed to OperationQueue; SetProgression renamed to WaitableGroup; improved documentation in various places

git-svn-id: file:///srv/devel/repo-conversion/nusu@78 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2008-06-11 20:28:08 +00:00
parent df860b8e57
commit 7bff8c5d52
12 changed files with 307 additions and 271 deletions

View file

@ -57,7 +57,7 @@ namespace Nuclex.Support.Collections {
}
/// <summary>
/// Inserts an element into the ProgressionCollection at the specified index
/// Inserts an element into the ObservableCollection at the specified index
/// </summary>
/// <param name="index">
/// The object to insert. The value can be null for reference types.
@ -70,7 +70,7 @@ namespace Nuclex.Support.Collections {
}
/// <summary>
/// Removes the element at the specified index of the ProgressionCollection
/// Removes the element at the specified index of the ObservableCollection
/// </summary>
/// <param name="index">The zero-based index of the element to remove</param>
protected override void RemoveItem(int index) {