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:
parent
fdf4442163
commit
a934fb155e
37 changed files with 11 additions and 57 deletions
|
|
@ -64,6 +64,7 @@ namespace Nuclex.Support {
|
|||
/// </code>
|
||||
/// </example>
|
||||
/// </remarks>
|
||||
[Obsolete("Prefer the C# 'nameof()' operator to using a Linq expression")]
|
||||
protected void OnPropertyChanged<TProperty>(Expression<Func<TProperty>> property) {
|
||||
PropertyChangedEventHandler copy = PropertyChanged;
|
||||
if(copy != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue