Fixed doc-comment

This commit is contained in:
Darth Affe 2023-09-13 00:13:01 +02:00
parent 9d8c45da39
commit f04d270d8e

View File

@ -240,7 +240,7 @@ public abstract class AbstractScreenCapture<TColor> : IScreenCapture
_isDisposed = true; _isDisposed = true;
} }
/// <inheritdoc cref="Dispose" /> /// <inheritdoc cref="IDisposable.Dispose" />
protected virtual void Dispose(bool disposing) { } protected virtual void Dispose(bool disposing) { }
#endregion #endregion