Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaAra committed Jun 27, 2017
1 parent 2c2f650 commit f8c6097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Easy.Common/ThreadLocalDisposable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
using System.Threading;

/// <summary>
/// A class similar to <see cref="ThreadLocal{T}"/> with the ability to dispose the <typeparamref name="T"/>.
/// A class similar to <see cref="ThreadLocal{T}"/> with the ability to dispose
/// all the underlying <typeparamref name="T"/>s.
/// <para><see href="http://stackoverflow.com/a/7670762/1226568"/>.</para>
/// </summary>
public sealed class ThreadLocalDisposable<T> : IDisposable where T : IDisposable
Expand Down

0 comments on commit f8c6097

Please # to comment.