Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 576b135

Browse files
committed
Fix comment. AutoReset is not settable.
1 parent ff1ce6a commit 576b135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ITimer/BaseTimer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public abstract class BaseTimer
3939
public TimeSpan Interval { get; protected set; }
4040

4141
/// <summary>
42-
/// Gets or sets a bool indicating whether the timer should raise the <see cref="Elapsed" /> event only
42+
/// Gets a bool indicating whether the timer should raise the <see cref="Elapsed" /> event only
4343
/// once (<c>false</c>) or repeatedly (<c>true</c>).
4444
/// </summary>
4545
public bool AutoReset { get; private set; }

0 commit comments

Comments
 (0)