Skip to content

Commit d22d20f

Browse files
Add comment for NOP setter.
Co-Authored-By: comintern <comintern@users.noreply.github.com>
1 parent 5cf6423 commit d22d20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/Navigation/CodeExplorer/CodeExplorerItemViewModelBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public bool IsSelected
116116
public virtual bool IsDimmed
117117
{
118118
get => false;
119-
set { }
119+
set { /* no-op for base class, override as needed */ }
120120
}
121121

122122
public virtual bool IsObsolete => false;

0 commit comments

Comments
 (0)