Skip to content

Commit

Permalink
Add missing xmldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Jul 6, 2018
1 parent 64b448b commit 5446df4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Compatibility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

namespace Microsoft.Win32.SafeHandles
{
/// <summary>
/// Provides safe access to a token handle.
/// </summary>
public sealed class SafeAccessTokenHandle : SafeHandleZeroOrMinusOneIsInvalid
{
internal SafeAccessTokenHandle(IntPtr handle)
Expand Down

0 comments on commit 5446df4

Please sign in to comment.