Fixed async task notifications; added more comments; restored CancellationToken methods; removed useless usings

git-svn-id: file:///srv/devel/repo-conversion/nusu@330 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2017-01-21 22:08:24 +00:00
parent fdf4442163
commit a934fb155e
37 changed files with 11 additions and 57 deletions

View file

@ -19,8 +19,6 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
using System.Collections;
namespace Nuclex.Support.Collections {

View file

@ -19,8 +19,6 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
using System.Collections;
namespace Nuclex.Support.Collections {

View file

@ -19,8 +19,6 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
using System.Collections;
namespace Nuclex.Support.Collections {

View file

@ -21,7 +21,6 @@ License along with this library
using System;
using System.Collections.Generic;
using System.Collections;
using System.Reflection;
namespace Nuclex.Support.Collections {

View file

@ -19,8 +19,6 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
namespace Nuclex.Support.Collections {

View file

@ -19,7 +19,6 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
namespace Nuclex.Support.Collections {

View file

@ -19,7 +19,6 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
namespace Nuclex.Support.Collections {

View file

@ -20,7 +20,6 @@ License along with this library
using System;
using System.Collections.Generic;
using System.Linq;
using System.Collections;
#if !NO_SPECIALIZED_COLLECTIONS

View file

@ -19,7 +19,6 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
namespace Nuclex.Support.Collections {

View file

@ -19,10 +19,7 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Reflection;
namespace Nuclex.Support.Collections {

View file

@ -20,7 +20,6 @@ License along with this library
using System;
using System.Collections.Generic;
using System.Text;
namespace Nuclex.Support.Collections {

View file

@ -19,7 +19,6 @@ License along with this library
#endregion
using System;
using System.Collections.Generic;
using System.Text;
namespace Nuclex.Support.Collections {

View file

@ -21,7 +21,6 @@ License along with this library
using System;
using System.Collections.Generic;
using System.Collections;
using System.Collections.ObjectModel;
using System.Runtime.Serialization;
namespace Nuclex.Support.Collections {

View file

@ -21,7 +21,6 @@ License along with this library
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
namespace Nuclex.Support.Collections {

View file

@ -21,7 +21,6 @@ License along with this library
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
namespace Nuclex.Support.Collections {