We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d3890 commit da3fa6dCopy full SHA for da3fa6d
Rubberduck.Parsing/Inspections/PropertyBag.cs
@@ -5,7 +5,7 @@ namespace Rubberduck.Parsing.Inspections
5
{
6
public class PropertyBag : DynamicObject
7
8
- readonly Dictionary<string, object> _properties = new Dictionary<string, object>();
+ private readonly Dictionary<string, object> _properties = new Dictionary<string, object>();
9
10
public override bool TryGetMember(GetMemberBinder binder, out object result)
11
0 commit comments