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 281e42f commit 0bfe7a5Copy full SHA for 0bfe7a5
ObjectFiller/Setup/ObjectFillerSetup.cs
@@ -17,8 +17,6 @@ public ObjectFillerSetup()
17
PropertiesToIgnore = new List<PropertyInfo>();
18
PropertyOrder = new Dictionary<PropertyInfo, At>();
19
TypesToIgnore = new List<Type>();
20
- PropertiesWritePrivateSetter = new List<PropertyInfo>();
21
-
22
InterfaceToImplementation = new Dictionary<Type, Type>();
23
24
SetDefaultRandomizer();
@@ -101,9 +99,5 @@ private void SetDefaultRandomizer()
101
99
/// </summary>
102
100
public IInterfaceMocker InterfaceMocker { get; set; }
103
104
- /// <summary>
105
- /// Properties for which it is allowed to write the private setter
106
- /// </summary>
107
- public List<PropertyInfo> PropertiesWritePrivateSetter { get; private set; }
108
}
109
0 commit comments