8000 Add missing public method xml documentation · GiTechLab/libgit2sharp@a4a4436 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4a4436

Browse files
committed
Add missing public method xml documentation
1 parent ad02fed commit a4a4436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LibGit2Sharp/RemoteUpdater.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ private void Save()
176176
}
177177
}
178178

179+
/// <summary>
180+
/// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
181+
/// </summary>
179182
public void Dispose()
180183
{
181184
remoteHandle.Dispose();

0 commit comments

Comments
 (0)
0